Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc871 auto retval1 = ops::_Retval(scope.WithOpName("retval1_RetVal"), mul, 1); in TEST() local
1237 auto retval1 = ops::_Retval(scope.WithOpName("retval1_RetVal"), arg1, 1); in CheckOuterNodesFunctionalized() local
1309 auto retval1 = in CheckInnerNodesFunctionalized() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A Dteststr.c72 char *retval1, *retval2; in test_strtok() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Deval.cpp264 const InterpValue& retval1, in compare_select_op()
369 const InterpValue& retval1, in compare_select_op_helper()
H A Dllvm_codegen.cpp994 auto retval1 = this->value_; in visit() local
/aosp_15_r20/external/deqp-deps/amber/samples/
Damber.cc125 static int ParseIntDotInt(const char* str, int* retval0, int* retval1) { in ParseIntDotInt()