| /external/tensorflow/tensorflow/core/debug/ |
| debugger_state_impl.cc | 39 const int64 global_step, const int64 session_run_index, 43 return DebugIO::PublishDebugMetadata(global_step, session_run_index,
|
| debug_io_utils.cc | 325 const int64 global_step, const int64 session_run_index, 335 oss << "\"session_run_index\":" << session_run_index << ","; local 399 strings::Printf("%.14lld", session_run_index))), [all...] |
| debug_io_utils.h | 63 const int64 global_step, const int64 session_run_index,
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| debugger_state_interface.h | 44 // session_run_index: A chronologically sorted index for calls to the Run() 52 const int64 global_step, const int64 session_run_index,
|
| direct_session.h | 261 const DebugOptions& debug_options, int64 session_run_index,
|
| direct_session.cc | 412 const DebugOptions& debug_options, int64 session_run_index, 420 debug_options.global_step(), session_run_index, executor_step_index, [all...] |
| /external/tensorflow/tensorflow/python/debug/lib/ |
| session_debug_testlib.py | 275 self.assertGreaterEqual(results.dump.core_metadata.session_run_index, 0) [all...] |
| debug_data.py | 234 "global_step", "session_run_index", "executor_step_index", "input_names", 242 json_metadata["session_run_index"], 691 `session_run_index` and `executor_step_index` are determined by the state 696 share the same `Session` object can lead to gaps in `session_run_index`. 703 `session_run_index`: A sorted index for Run() calls to the underlying [all...] |