This CL: - refactors all options classes to use a shared options utility - introduces `tf.data.experimental.ThreadingOptions` options for threading configuration and surfaces it through `experimental_threading` of `tf.data.Options` PiperOrigin-RevId: 222462977
27 lines
680 B
Plaintext
27 lines
680 B
Plaintext
path: "tensorflow.data.experimental.StatsOptions"
|
|
tf_class {
|
|
is_instance: "<class \'tensorflow.python.data.experimental.ops.stats_options.StatsOptions\'>"
|
|
is_instance: "<class \'tensorflow.python.data.util.options.OptionsBase\'>"
|
|
is_instance: "<type \'object\'>"
|
|
member {
|
|
name: "aggregator"
|
|
mtype: "<type \'property\'>"
|
|
}
|
|
member {
|
|
name: "counter_prefix"
|
|
mtype: "<type \'property\'>"
|
|
}
|
|
member {
|
|
name: "latency_all_edges"
|
|
mtype: "<type \'property\'>"
|
|
}
|
|
member {
|
|
name: "prefix"
|
|
mtype: "<type \'property\'>"
|
|
}
|
|
member_method {
|
|
name: "__init__"
|
|
argspec: "args=[\'self\'], varargs=None, keywords=None, defaults=None"
|
|
}
|
|
}
|