Home
last modified time | relevance | path

Searched refs:include_dataset_ops (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dprofiler_client.py29 include_dataset_ops=True, argument
50 service_addr, logdir, worker_list, include_dataset_ops, duration_ms,
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc83 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()
Dc_api_experimental.h88 bool include_dataset_ops, int duration_ms, int num_tracing_attempts);
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.h39 bool include_dataset_ops, int duration_ms,
Dcapture_profile.cc189 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/
Dmain.py130 cmd.append('--include_dataset_ops=' + str(FLAGS.include_dataset_ops).lower())
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_service.proto22 bool include_dataset_ops = 1; field