Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc1882 FunctionLibraryDefinition* fld, int* lifted_arg_count, in LiftOutsideCompilationOnlyArgsAndReplaceFunctionDef()
1908 int* lifted_arg_count) { in MakeIdentityNodesForArgsToLift()
2125 int* lifted_arg_count, bool* rewritten) { in LiftOutsideCompilationOnlyArgsFromWhileNode()
2197 int* lifted_arg_count, in LiftOutsideCompilationOnlyArgsFromIfNode()
2267 FunctionLibraryDefinition* fld, int* lifted_arg_count, bool* rewritten) { in LiftOutsideCompilationOnlyArgsFromCallNode()
2354 int* lifted_arg_count, bool* rewritten) { in LiftOutsideCompilationOnlyArgs()
2883 const string& outside_compilation_attr_name, int* lifted_arg_count, in ProcessHeadTailOutsideCompilation()
2979 int lifted_arg_count = 0; in Run() local