Searched refs:reuse_existing_functions (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_subgraphs_pass.h | 77 const RewriteSubgraphFn& rewrite_subgraph_fn, bool reuse_existing_functions,
|
D | encapsulate_subgraphs_pass.cc | 164 bool reuse_existing_functions, 205 bool reuse_existing_functions, 569 bool reuse_existing_functions, FunctionLibraryDefinition* library) { in BuildFunctionDef() argument 636 if (!reuse_existing_functions || original_fdef == nullptr) { in BuildFunctionDef() 811 const RewriteSubgraphFn& rewrite_subgraph_fn, bool reuse_existing_functions, in BuildFunctionDefs() argument 817 name, rewrite_subgraph_fn, reuse_existing_functions, library)); in BuildFunctionDefs() 1112 const RewriteSubgraphFn& rewrite_subgraph_fn, bool reuse_existing_functions, in EncapsulateSubgraphsInFunctions() argument 1119 rewrite_subgraph_fn, reuse_existing_functions, library)); in EncapsulateSubgraphsInFunctions()
|