Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dprofiler_pywrap_impl.cc175 absl::string_view worker_list, bool include_dataset_ops, in GetOptionsLocked() argument
202 include_dataset_ops); in GetOptionsLocked()
210 VLOG(1) << "include_dataset_ops set to " << include_dataset_ops; in GetOptionsLocked()
220 bool include_dataset_ops, int duration_ms, int num_tracing_attempts, in Trace() argument
226 GetOptionsLocked(service_addr, logdir, worker_list, include_dataset_ops, in Trace()
H A Dprofiler_wrapper.cc110 const char* worker_list, bool include_dataset_ops, int duration_ms, in PYBIND11_MODULE()
117 service_addr, logdir, worker_list, include_dataset_ops, in PYBIND11_MODULE()
H A Dprofiler_pywrap_impl.h32 bool include_dataset_ops, int duration_ms, int num_tracing_attempts,
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dprofiler_client.py26 include_dataset_ops=True, argument
45 _pywrap_profiler.trace(service_addr, logdir, worker_list, include_dataset_ops,
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/lib/
H A Dprofiler_session.cc47 options.set_include_dataset_ops(opts.include_dataset_ops()); in GetOptions()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/xla_extension/
H A Dprofiler.pyi29 include_dataset_ops: bool
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dprofiler.cc86 &tensorflow::ProfileOptions::include_dataset_ops, in BuildProfilerSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofiler_options.proto31 bool include_dataset_ops = 1; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/profiler/
Dprofiler_options.pb.h279 bool include_dataset_ops() const; in Swap()
614 inline bool ProfileOptions::include_dataset_ops() const { in include_dataset_ops() function