Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dgroup_events.cc580 struct TensorFlowLoopIteration { in ProcessTensorFlowLoop() struct
585 absl::flat_hash_map<int64_t /*iter_num*/, TensorFlowLoopIteration>; in ProcessTensorFlowLoop()
602 TensorFlowLoopIteration& iteration = tf_loop[iter_num_stat->IntValue()]; in ProcessTensorFlowLoop()
609 std::vector<const TensorFlowLoopIteration*> iters; in ProcessTensorFlowLoop()
626 for (const TensorFlowLoopIteration* iter : iters) { in ProcessTensorFlowLoop()