Home
last modified time | relevance | path

Searched refs:add_step (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/profiler/
Dprofiler_test.py62 profiler.add_step(1, run_meta)
125 profiler.add_step(1, run_meta)
137 profiler.add_step(2, run_meta2)
149 profiler.add_step(3, run_meta3)
201 profiler.add_step(0, train_run_meta)
212 profiler.add_step(0, init_var_run_meta)
Dmodel_analyzer.py189 def add_step(self, step, run_meta): member in Profiler
Dprofile_context.py79 self.profile_context.profiler.add_step(step, run_metadata)
Dmodel_analyzer_test.py795 profiler.add_step(0, context.export_run_metadata())
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dpython_api.md131 profiler.add_step(1, run_meta)
140 profiler.add_step(2, run_meta2)
149 profiler.add_step(3, run_meta3)
Dadvise.md15 profiler.add_step(1, run_meta)
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary.h208 int64 add_accumulator = 0, add_step = entries_.size(); variable
212 while (next_it != entries_.end() && add_accumulator < add_step &&
224 add_accumulator -= add_step;
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary.h200 int64 add_accumulator = 0, add_step = entries_.size(); variable
204 while (next_it != entries_.end() && add_accumulator < add_step &&
216 add_accumulator -= add_step;
/external/tensorflow/tensorflow/core/distributed_runtime/
Dsession_mgr.cc176 auto* labeled_step_stats = response->add_step(); in RetrieveLogs()
189 auto* labeled_step_stats = response->add_step(); in RetrieveLogs()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-profiler.pbtxt10 name: "add_step"