HomeSort by relevance Sort by last modified time
    Searched full:add_step (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/python/profiler/
profiler_test.py 60 profiler.add_step(1, run_meta)
123 profiler.add_step(1, run_meta)
135 profiler.add_step(2, run_meta2)
147 profiler.add_step(3, run_meta3)
198 profiler.add_step(0, train_run_meta)
209 profiler.add_step(0, init_var_run_meta)
model_analyzer.py 143 profiler.add_step(i, run_meta)
189 def add_step(self, step, run_meta): member in class:Profiler
option_builder.py 456 The 'step' here refers to the step defined by `Profiler.add_step()` API.
profile_context.py 79 self.profile_context.profiler.add_step(step, run_metadata)
model_analyzer_test.py 780 profiler.add_step(0, context.export_run_metadata())
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.profiler.-profiler.pbtxt 10 name: "add_step"
  /external/tensorflow/tensorflow/core/profiler/g3doc/
python_api.md 131 profiler.add_step(1, run_meta)
140 profiler.add_step(2, run_meta2)
149 profiler.add_step(3, run_meta3)
advise.md 15 profiler.add_step(1, run_meta)
  /external/tensorflow/tensorflow/core/distributed_runtime/
session_mgr.cc 152 auto* labeled_step_stats = response->add_step();
165 auto* labeled_step_stats = response->add_step();
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_summary.h 208 int64 add_accumulator = 0, add_step = entries_.size(); local
212 while (next_it != entries_.end() && add_accumulator < add_step &&
224 add_accumulator -= add_step;

Completed in 323 milliseconds