Searched refs:include_dataset_ops (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/eager/ |
D | profiler_client.py | 29 include_dataset_ops=True, argument 50 service_addr, logdir, worker_list, include_dataset_ops, duration_ms,
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental.cc | 83 bool include_dataset_ops, int duration_ms, in TFE_ProfilerClientStartTracing() argument 91 service_addr, logdir, worker_list, include_dataset_ops, duration_ms, in TFE_ProfilerClientStartTracing()
|
D | c_api_experimental.h | 88 bool include_dataset_ops, int duration_ms, int num_tracing_attempts);
|
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | capture_profile.h | 39 bool include_dataset_ops, int duration_ms,
|
D | capture_profile.cc | 189 bool include_dataset_ops, int duration_ms, in StartTracing() argument 204 opts.set_include_dataset_ops(include_dataset_ops); in StartTracing()
|
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/ |
D | main.py | 130 cmd.append('--include_dataset_ops=' + str(FLAGS.include_dataset_ops).lower())
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_service.proto | 22 bool include_dataset_ops = 1; field
|