Searched refs:IsTPUCompileOp (Results 1 – 1 of 1) sorted by relevance
218 bool IsTPUCompileOp(const Node& n) { return n.type_string() == "TPUCompile"; } in IsTPUCompileOp() function241 if (!IsTPUCompileOp(*n)) continue; in FindTPUCompileNodes()