Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc145 bool reuse_existing_functions,
186 bool reuse_existing_functions,
545 bool reuse_existing_functions, FunctionLibraryDefinition* library) { in BuildFunctionDef() argument
612 if (!reuse_existing_functions || original_fdef == nullptr) { in BuildFunctionDef()
785 const RewriteSubgraphFn& rewrite_subgraph_fn, bool reuse_existing_functions, in BuildFunctionDefs() argument
791 name, rewrite_subgraph_fn, reuse_existing_functions, library)); in BuildFunctionDefs()
1086 const RewriteSubgraphFn& rewrite_subgraph_fn, bool reuse_existing_functions, in EncapsulateSubgraphsInFunctions() argument
1093 rewrite_subgraph_fn, reuse_existing_functions, library)); in EncapsulateSubgraphsInFunctions()
H A Dencapsulate_subgraphs_pass.h77 const RewriteSubgraphFn& rewrite_subgraph_fn, bool reuse_existing_functions,