Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc714 const string& cl_key = strings::StrCat(curr_frame_name, "$$", dst_device); in AddControlFlow() local
715 auto it = control_loops.find(cl_key); in AddControlFlow()
737 control_loops[cl_key] = curr_loop; in AddControlFlow()
770 const string& cl_key = in AddControlFlow() local
772 ControlLoop loop = control_loops[cl_key]; in AddControlFlow()