Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dgroup_events.cc670 struct TensorFlowLoopIteration { in ProcessTensorFlowLoop() struct
674 using TensorFlowLoop = std::map<int64 /*iter_num*/, TensorFlowLoopIteration>; in ProcessTensorFlowLoop()
690 TensorFlowLoopIteration& iteration = tf_loop[iter_num_stat->IntValue()]; in ProcessTensorFlowLoop()
724 TensorFlowLoopIteration& iteration = iter_num_and_iteration.second; in ProcessTensorFlowLoop()