Home
last modified time | relevance | path

Searched defs:CollectData (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/lib/
H A Ddevice_profiler_session.h52 Status CollectData(StepStats* step_stats) { in CollectData() function
H A Dprofiler_controller.cc72 Status ProfilerController::CollectData(XSpace* space) { in CollectData() function in tensorflow::profiler::ProfilerController
H A Dprofiler_collection.cc48 Status ProfilerCollection::CollectData(tensorflow::profiler::XSpace* space) { in CollectData() function in tensorflow::profiler::ProfilerCollection
H A Dprofiler_session.cc79 Status ProfilerSession::CollectData(profiler::XSpace* space) { in CollectData() function in tensorflow::ProfilerSession
H A Dprofiler_factory_test.cc35 Status CollectData(XSpace*) override { return OkStatus(); } in CollectData() function in tensorflow::profiler::__anon68b18da80111::TestProfiler
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/cpu/
H A Dpython_tracer.cc76 Status PythonTracer::CollectData(XSpace* space) { in CollectData() function in tensorflow::profiler::__anonf15b66cc0111::PythonTracer
H A Dmetadata_collector.cc61 Status CollectData(XSpace* space) override { in CollectData() function in tensorflow::profiler::__anon85f359d10111::MetadataCollector
H A Dhost_tracer.cc95 Status HostTracer::CollectData(XSpace* space) { in CollectData() function in tensorflow::profiler::__anon30dddaa80111::HostTracer
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/tpu/
H A Dtpu_tracer.cc88 Status TpuTracer::CollectData(XSpace* space) { in CollectData() function in tensorflow::profiler::__anonf75c95340111::TpuTracer
/aosp_15_r20/cts/apps/CtsVerifier/assets/scripts/power_monitors/
H A D__init__.py93 def CollectData(self, verbose = True): member in Abstract_Power_Monitor
H A D_dummy.py74 def CollectData(self, verbose = True): member in Power_Monitor
H A Dmonsoon.py334 def CollectData(self, verbose = True): member in Power_Monitor
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/gpu/
H A Ddevice_tracer_cuda.cc185 Status GpuTracer::CollectData(XSpace* space) { in CollectData() function in tensorflow::profiler::GpuTracer
H A Ddevice_tracer_rocm.cc1088 Status GpuTracer::CollectData(XSpace* space) { in CollectData() function in tensorflow::profiler::GpuTracer
/aosp_15_r20/cts/tools/utils/
H A Dmonsoon.py221 def CollectData(self): member in Monsoon
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/pluggable_profiler/
H A Dpluggable_profiler.cc90 Status CollectData(XSpace* space) override { in CollectData() function in tensorflow::profiler::__anonf62c27270111::PluggableProfiler
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.cc194 void PythonHookContext::CollectData(XPlane* raw_plane) { in CollectData() function in tensorflow::profiler::PythonHookContext