HomeSort by relevance Sort by last modified time
    Searched refs:step_stats_ (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
step_stats_collector.cc 199 : finalized_(false), step_stats_(step_stats) {}
284 for (int i = 0; i < step_stats_->dev_stats_size(); ++i) {
285 const DeviceStepStats& device_stats = step_stats_->dev_stats(i);
402 if (!step_stats_ || collected_nodes_ >= kMaxCollectedNodes) {
403 VLOG(1) << "step_stats_ nullptr or already collected too many nodes.";
523 CHECK(step_stats_);
525 step_stats->Swap(step_stats_);
530 if (!step_stats_ || finalized_) {
535 for (auto& ds : *step_stats_->mutable_dev_stats()) {
540 DeviceStepStats* ndev_stat = step_stats_->add_dev_stats()
    [all...]
step_stats_collector.h 206 StepStats* step_stats_ GUARDED_BY(mu_);
executor_test.cc 46 step_stats_collector_(&step_stats_) {
89 StepStats step_stats_; member in class:tensorflow::ExecutorTest
  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.h 530 StepStats step_stats_; member in class:tensorflow::InMemoryRunGraphResponse
message_wrappers.cc 617 return &step_stats_;

Completed in 4168 milliseconds