Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc1826 string canonical_func_name; in ExtractOutsideCompilationForFuncCallNode() local
1830 canonical_func_name = absl::StrCat("gradient_", forward_func.name()); in ExtractOutsideCompilationForFuncCallNode()
1832 canonical_func_name = func.name(); in ExtractOutsideCompilationForFuncCallNode()
1834 string new_func_name = absl::StrCat(canonical_func_name, "_oc"); in ExtractOutsideCompilationForFuncCallNode()
1836 absl::StrCat("oc_func_call_host_", canonical_func_name); in ExtractOutsideCompilationForFuncCallNode()