Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dhost_training_loop_optimization_util.cc218 bool IsTPUCompileOp(const Node& n) { return n.type_string() == "TPUCompile"; } in IsTPUCompileOp() function
241 if (!IsTPUCompileOp(*n)) continue; in FindTPUCompileNodes()