Searched refs:LogNotCompilable (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | compilability_check_util.cc | 73 void LogNotCompilable(const Node& node, absl::string_view reason = "") { in LogNotCompilable() function 393 LogNotCompilable(node, uncompilable_reason); in IsCompilableNode() 404 LogNotCompilable(node, uncompilable_reason); in IsCompilableNode() 416 LogNotCompilable(node, uncompilable_reason); in IsCompilableNode() 424 LogNotCompilable(node, "unsupported function"); in IsCompilableNode() 431 LogNotCompilable(node, uncompilable_reason); in IsCompilableNode() 438 LogNotCompilable(node, "unsupported while"); in IsCompilableNode() 445 LogNotCompilable(node, "unsupported if"); in IsCompilableNode() 452 LogNotCompilable(node, "unsupported case"); in IsCompilableNode() 461 LogNotCompilable(node, uncompilable_reason); in IsCompilableNode() [all …]
|