Home
last modified time | relevance | path

Searched defs:step_stats (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dstat_summarizer.i63 tensorflow::StepStats step_stats; in ProcessStepStatsStr() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_cache_logger.h76 StepStats step_stats; member
Dsession_mgr.cc150 auto step_stats = StepStats(); in RetrieveLogs() local
163 auto step_stats = StepStats(); in RetrieveLogs() local
Dmaster_session.h152 std::vector<StepStats> step_stats; // per partition member
/external/tensorflow/tensorflow/core/common_runtime/
Dstats_publisher_interface.cc29 void PublishStatsProto(const StepStats& step_stats) override {} in PublishStatsProto()
/external/tensorflow/tensorflow/core/protobuf/
Dworker.proto248 StepStats step_stats = 2; field
367 StepStats step_stats = 2; field
Dconfig.proto405 StepStats step_stats = 1; field
/external/tensorflow/tensorflow/python/grappler/
Dcluster.i314 tensorflow::StepStats step_stats; in TF_MeasureCosts() local
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.cc126 void StatSummarizer::ProcessStepStats(const StepStats& step_stats) { in ProcessStepStats()
/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.cc418 const auto& step_stats = run_metadata.step_stats(); in GetStatsStringFromRunMetadata() local
/external/tensorflow/tensorflow/python/client/
Dtimeline.py349 def __init__(self, step_stats, graph=None): argument
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc279 const StepStats& step_stats = run_metadata.step_stats(); in RunBenchmark() local
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks.py895 def _save(self, step, save_path, step_stats): argument
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc859 auto* step_stats = ctx->run_metadata.mutable_step_stats(); in TFE_Execute() local