Searched refs:add_step (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/profiler/ |
D | profiler_test.py | 62 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)
|
D | model_analyzer.py | 189 def add_step(self, step, run_meta): member in Profiler
|
D | profile_context.py | 79 self.profile_context.profiler.add_step(step, run_metadata)
|
D | model_analyzer_test.py | 795 profiler.add_step(0, context.export_run_metadata())
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | python_api.md | 131 profiler.add_step(1, run_meta) 140 profiler.add_step(2, run_meta2) 149 profiler.add_step(3, run_meta3)
|
D | advise.md | 15 profiler.add_step(1, run_meta)
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/ |
D | weighted_quantiles_summary.h | 208 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/ |
D | weighted_quantiles_summary.h | 200 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/ |
D | session_mgr.cc | 176 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/ |
D | tensorflow.profiler.-profiler.pbtxt | 10 name: "add_step"
|