Searched refs:wall_time_us (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils.cc | 62 const uint64 wall_time_us, const size_t num_chunks, in PrepareChunkEventProto() argument 67 event.set_wall_time(static_cast<double>(wall_time_us)); in PrepareChunkEventProto() 127 const uint64 wall_time_us, in WrapStringTensorAsEvents() argument 159 Event event = PrepareChunkEventProto(debug_node_key, wall_time_us, in WrapStringTensorAsEvents() 187 const Tensor& tensor, const uint64 wall_time_us, in WrapTensorAsEvents() argument 198 debug_node_key, wall_time_us, chunk_size_limit, &tensor_proto, events)); in WrapTensorAsEvents() 213 Event event = PrepareChunkEventProto(debug_node_key, wall_time_us, in WrapTensorAsEvents() 415 const uint64 wall_time_us, in PublishDebugTensor() argument 438 debug_node_key, tensor, wall_time_us, dump_root_dir, nullptr); in PublishDebugTensor() 446 debug_node_key, tensor, wall_time_us, url, gated_grpc); in PublishDebugTensor() [all …]
|
D | debug_io_utils.h | 80 const uint64 wall_time_us, 87 const uint64 wall_time_us, 169 const Tensor& tensor, const uint64 wall_time_us, 184 const uint64 wall_time_us); 220 const uint64 wall_time_us, 343 const uint64 wall_time_us,
|