Searched refs:function_setup (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | python_op_gen.cc | 147 void HandleGraphMode(const string& function_setup, 153 bool GetEagerFunctionSetup(const string& indentation, string* function_setup); 529 const string& function_setup, const std::vector<string>& output_sizes) { in HandleGraphMode() argument 535 strings::StrAppend(&result_, function_setup); in HandleGraphMode() 654 string* function_setup) { in GetEagerFunctionSetup() argument 666 ExpectListArg(indentation, arg_api_name, function_setup); in GetEagerFunctionSetup() 670 function_setup, &attr_expressions_); in GetEagerFunctionSetup() 674 function_setup, indentation, "if len(", arg_api_name, in GetEagerFunctionSetup() 697 strings::StrAppend(function_setup, indentation, "if ", attr_api_name, in GetEagerFunctionSetup() 699 strings::StrAppend(function_setup, indentation, " ", attr_api_name, in GetEagerFunctionSetup() [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | 2009-01-16-SchedulerBug.ll | 20 br i1 %unique_1.i58, label %function_setup.cont, label %FailedVerify 22 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 …
|