Searched refs:function_setup (Results  1 – 2 of 2) sorted by relevance
| /external/tensorflow/tensorflow/python/framework/ | 
| D | python_op_gen.cc | 147   void HandleGraphMode(const string& function_setup,153   bool GetEagerFunctionSetup(const string& indentation, string* function_setup);
 527     const string& function_setup, const std::vector<string>& output_sizes) {  in HandleGraphMode()  argument
 529   strings::StrAppend(&result_, function_setup);  in HandleGraphMode()
 648                                              string* function_setup) {  in GetEagerFunctionSetup()  argument
 660           ExpectListArg(indentation, arg_api_name, function_setup);  in GetEagerFunctionSetup()
 664                             function_setup, &attr_expressions_);  in GetEagerFunctionSetup()
 668                 function_setup, indentation, "if len(", arg_api_name,  in GetEagerFunctionSetup()
 691       strings::StrAppend(function_setup, indentation, "if ", attr_api_name,  in GetEagerFunctionSetup()
 693       strings::StrAppend(function_setup, indentation, "  ", attr_api_name,  in GetEagerFunctionSetup()
 [all …]
 
 | 
| /external/llvm/test/CodeGen/X86/ | 
| D | 2009-01-16-SchedulerBug.ll | 20 	br i1 %unique_1.i58, label %function_setup.cont, label %FailedVerify22 function_setup.cont:		; preds = %NextVerify42
 25 label:		; preds = %function_setup.cont
 37 label13:		; preds = %kjsNumberLiteral.exit, %function_setup.cont
 38 …%var_lr1.0 = phi double [ %toFP57, %kjsNumberLiteral.exit ], [ 0.000000e+00, %function_setup.cont …
 
 |