/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_numeric_constants.cpp | 132 …"__kernel void test( __global float *float_out, __global int *int_out, __global uint *uint_out) \n" 134 " int_out[0] = CHAR_BIT;\n" 135 " int_out[1] = SCHAR_MAX;\n" 136 " int_out[2] = SCHAR_MIN;\n" 137 " int_out[3] = CHAR_MAX;\n" 138 " int_out[4] = CHAR_MIN;\n" 139 " int_out[5] = UCHAR_MAX;\n" 140 " int_out[6] = SHRT_MAX;\n" 141 " int_out[7] = SHRT_MIN;\n" 142 " int_out[8] = USHRT_MAX;\n" [all …]
|
/aosp_15_r20/external/executorch/kernels/aten/ |
H A D | functions.yaml | 302 - op: prod.int_out 344 - op: select_copy.int_out 392 - op: transpose_copy.int_out 398 - op: unbind_copy.int_out
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_unbind_copy.cpp | 23 * unbind_copy.int_out(Tensor input, int dim=0, *, Tensor(a!)[] out) -> () 58 Bool, in_type, ctx, "unbind_copy.int_out", CTYPE_IN, [&]() { in unbind_copy_int_out() 60 Bool, out_type, ctx, "unbind_copy.int_out", CTYPE_OUT, [&]() { in unbind_copy_int_out()
|
H A D | op_prod.cpp | 34 constexpr auto name = "prod.int_out"; in prod_out() 74 constexpr auto name = "prod.int_out"; in prod_int_out()
|
H A D | op_transpose_copy.cpp | 25 * transpose_copy.int_out(Tensor self, int dim0, int dim1, *, Tensor(a!) out)
|
/aosp_15_r20/external/pytorch/test/edge/ |
H A D | selected_operators.yaml | 332 aten::select_copy.int_out: 404 aten::transpose_copy.int_out: 410 aten::unbind_copy.int_out:
|
/aosp_15_r20/external/executorch/kernels/portable/ |
H A D | functions.yaml | 680 - op: prod.int_out 785 - op: select_copy.int_out 890 - op: transpose_copy.int_out 905 - op: unbind_copy.int_out
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_has_decomposition.expect | 897 aten::log_softmax.int_out 1146 aten::select_copy.int_out 1172 aten::softmax.int_out 1305 aten::transpose_copy.int_out 1309 aten::unbind_copy.int_out
|
H A D | HasDecompTest.test_aten_core_operators.expect | 408 aten::prod.int_out
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_op_convert.py | 64 aten.log_softmax.int: aten.log_softmax.int_out, 65 aten.softmax.int: aten.softmax.int_out,
|
/aosp_15_r20/external/libbrillo/brillo/dbus/ |
H A D | data_serialization_test.cc | 667 int int_out = 0; in TEST() local 674 EXPECT_TRUE(PopValueFromReader(&reader, &int_out)); in TEST() 682 EXPECT_EQ(123, int_out); in TEST()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 655 %int_out = OpTypePointer Output %int in initPrograms() 657 %out_idx = OpVariable %int_out Output in initPrograms()
|
/aosp_15_r20/external/executorch/test/end2end/ |
H A D | test_end2end.py | 646 # aten::select_copy.int_out, aten::eq.Scalar_out
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/ |
H A D | _math_ops.py | 313 aten.prod.int_out: "product",
|
/aosp_15_r20/external/executorch/backends/cadence/aot/ |
H A D | ops_registrations.py | 242 "_select_copy_nop.int_out(Tensor self, int dim, SymInt index, *, Tensor(a!) out) -> Tensor(a!)"
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | NamedRegistrations.cpp | 380 m.impl("prod.int_out", CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/executorch/exir/emit/ |
H A D | _emitter.py | 723 overload="int_out",
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | native_functions.yaml | 3661 - func: log_softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Ten… 5484 - func: softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(… 5899 structured_delegate: prod.int_out 5904 - func: prod.int_out(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!… 14463 autogen: select_copy.int_out 14524 autogen: transpose_copy.int_out 14595 - func: unbind_copy.int_out(Tensor self, int dim=0, *, Tensor(a!)[] out) -> ()
|