Home
last modified time | relevance | path

Searched refs:retval0 (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
Dempty-input-shapes.pbtxt25 name: "retval0"
30 key: "retval0"
Dmerge_node_with_function.pbtxt56 name: "retval0"
61 key: "retval0"
/external/llvm/test/CodeGen/NVPTX/
Dvector-return.ll9 ; CHECK: .param .align 8 .b8 retval0[8];
10 ; CHECK: ld.param.v2.f32 {[[ELEM1:%f[0-9]+]], [[ELEM2:%f[0-9]+]]}, [retval0+0];
Dsimple-call.ll15 ; CHECK: call.uni (retval0),
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dempty-input-shapes.pbtxt30 key: "retval0"
Dmerge_node_with_function.pbtxt63 key: "retval0"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/batch_use_same_function/
Dsaved_model.pbtxt95 key: "retval0"
/external/deqp-deps/amber/samples/
Damber.cc123 static int ParseIntDotInt(const char* str, int* retval0, int* retval1) { in ParseIntDotInt() argument
126 return sscanf_s(str, "%d.%d%c", retval0, retval1, &trailing, 1) == 2; in ParseIntDotInt()
128 return std::sscanf(str, "%d.%d%c", retval0, retval1, &trailing) == 2; in ParseIntDotInt()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc183 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), mul, 0); in CheckGraphDef() local
206 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add, 0); in CheckGraphDef() local
870 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add, 0); in TEST() local
1236 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add_i, 0); in CheckOuterNodesFunctionalized() local
1308 auto retval0 = ops::_Retval(scope.WithOpName("retval0_RetVal"), add_j, 0); in CheckInnerNodesFunctionalized() local
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1795 "\t$dst, [retval0+$b];"),
1801 "\t{{$dst, $dst2}}, [retval0+$b];"), []>;
1808 "\t{{$dst, $dst2, $dst3, $dst4}}, [retval0+$b];"),
1863 !strconcat(OpcStr, " (retval0), "), [(OpNode (i32 1))]>;
1865 !strconcat(OpcStr, " (retval0, retval1), "), [(OpNode (i32 2))]>;
1867 !strconcat(OpcStr, " (retval0, retval1, retval2), "), [(OpNode (i32 3))]>;
1869 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3), "),
1872 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4), "),
1875 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, "
1879 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, "
[all …]
DNVPTXVector.td1086 "\t{{$d1, $d2, $d3, $d4}}, [retval0+$b];"), []>;
1092 "\t{{$d1, $d2}}, [retval0+$b];"), []>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1994 !strconcat("ld.param", opstr, " \t$dst, [retval0+$b];"),
2000 " \t{{$dst, $dst2}}, [retval0+$b];"), []>;
2007 " \t{{$dst, $dst2, $dst3, $dst4}}, [retval0+$b];"),
2062 !strconcat(OpcStr, " (retval0), "), [(OpNode (i32 1))]>;
2064 !strconcat(OpcStr, " (retval0, retval1), "), [(OpNode (i32 2))]>;
2066 !strconcat(OpcStr, " (retval0, retval1, retval2), "), [(OpNode (i32 3))]>;
2068 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3), "),
2071 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4), "),
2074 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, "
2078 !strconcat(OpcStr, " (retval0, retval1, retval2, retval3, retval4, "
[all …]