HomeSort by relevance Sort by last modified time
    Searched defs:stats_collector (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
executor.h 56 // ensure objects passed in Args (rendezvous, stats_collector, etc.)
69 // RunAsync() calls "stats_collector", if not null, to keep track of
87 StepStatsCollectorInterface* stats_collector = nullptr; member in struct:tensorflow::Executor::Args
  /external/tensorflow/tensorflow/core/kernels/data/
captured_function.cc 438 std::shared_ptr<SimpleStepStatsCollector> stats_collector; local
440 stats_collector = absl::make_unique<SimpleStepStatsCollector>();
442 f_opts.stats_collector = stats_collector.get();
450 const std::shared_ptr<SimpleStepStatsCollector>& stats_collector,
467 {static_cast<float>(stats_collector->processing_time())});
470 model->AddProcessingTime(prefix, stats_collector->processing_time());
479 std::move(stats_collector), std::placeholders::_1);
  /external/tensorflow/tensorflow/core/framework/
function.h 621 StepStatsCollectorInterface* stats_collector = nullptr; member in struct:tensorflow::FunctionLibraryRuntime::Options
    [all...]
op_kernel.h 669 StepStatsCollectorInterface* stats_collector = nullptr; member in struct:tensorflow::OpKernelContext::Params
1096 StepStatsCollectorInterface* stats_collector() const { function in class:tensorflow::OpKernelContext
    [all...]

Completed in 2236 milliseconds