STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.data.experimental.-stats-options.pbtxt
Jiri Simsa fa5590b4ad [tf.data] Options-related changes.
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
2018-11-21 14:50:01 -08:00

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"
}
}