Home
last modified time | relevance | path

Searched defs:outside_compilation_attr_to_node (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dextract_outside_compilation_pass.cc452 const std::unordered_map<string, Node*>& outside_compilation_attr_to_node) { in LiftedArgsAndOutsideCompilationNodesInFunctionBody()
581 const std::unordered_map<string, Node*>& outside_compilation_attr_to_node, in PostprocessLiftedArgsForWhile()
689 const std::unordered_map<string, Node*>& outside_compilation_attr_to_node, in PostprocessLiftedArgsForIf()
828 const std::unordered_map<string, Node*>& outside_compilation_attr_to_node, in PostprocessLiftedArgsForCall()
928 std::unordered_map<string, Node*> outside_compilation_attr_to_node; in OutsideCompilationAttrToNode() local