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

  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.h 171 int64 execution_count = 0; member in struct:tensorflow::XlaCompilationCache::ClusterCompileStats
  /external/tensorflow/tensorflow/compiler/xla/service/
dump.cc 353 int64 execution_count; local
358 execution_count = module_id_to_execution_count[module.unique_id()]++;
361 StrCat(FilenameFor(module, StrFormat("execution_%04d", execution_count)),
386 int64 execution_count; local
391 execution_count = module_name_to_execution_count[name]++;
394 execution_count);
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.h 74 int execution_count; member in struct:tensorflow::grappler::NodeState
81 execution_count = 0;
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 115 int64 execution_count,
117 return stats_publisher_->GetProfileHandler(step, execution_count, ropts);
201 int64 execution_count, PerStepState* pss,
206 int64 execution_count, PerStepState* pss,
320 int64 execution_count, PerStepState* pss, CallOptions* call_opts,
594 int64 execution_count, PerStepState* pss, CallOptions* call_opts,
751 const MasterEnv* env, int64 step_id, int64 execution_count,
755 VLOG(2) << "RunPartitions step_id " << step_id << " execution_count "
756 << execution_count; local
771 return RunPartitionsHelper(feeds, fetches, env, step_id, execution_count, pss
780 << execution_count; local
    [all...]

Completed in 2704 milliseconds