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

  /external/tensorflow/tensorflow/core/common_runtime/
stats_publisher_interface.cc 35 uint64 step, int64 execution_count, const RunOptions& ropts) override {
stats_publisher_interface.h 44 // Returns a profile handler for the given step based on the execution_count
49 uint64 step, int64 execution_count, const RunOptions& ropts) = 0;
  /external/autotest/frontend/afe/
rpc_utils.py 373 execution_count = count_per_execution[_execution_key_for(queue_entry)]
374 if execution_count < queue_entry.job.synch_count:
379 execution_count, queue_entry.job.synch_count)})
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 98 int64 execution_count,
100 return stats_publisher_->GetProfileHandler(step, execution_count, ropts);
177 int64 execution_count, PerStepState* pss,
494 const MasterEnv* env, int64 step_id, int64 execution_count,
498 VLOG(2) << "RunPartitions step_id " << step_id << " execution_count "
499 << execution_count; local
    [all...]

Completed in 114 milliseconds