Home
last modified time | relevance | path

Searched full:int_out (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_numeric_constants.cpp132 …"__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 Dfunctions.yaml302 - 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 Dop_unbind_copy.cpp23 * 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 Dop_prod.cpp34 constexpr auto name = "prod.int_out"; in prod_out()
74 constexpr auto name = "prod.int_out"; in prod_int_out()
H A Dop_transpose_copy.cpp25 * transpose_copy.int_out(Tensor self, int dim0, int dim1, *, Tensor(a!) out)
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml332 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 Dfunctions.yaml680 - 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 DHasDecompTest.test_has_decomposition.expect897 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 DHasDecompTest.test_aten_core_operators.expect408 aten::prod.int_out
/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_op_convert.py64 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 Ddata_serialization_test.cc667 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 DvktSpvAsmPhysicalStorageBufferPointerTests.cpp655 %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 Dtest_end2end.py646 # aten::select_copy.int_out, aten::eq.Scalar_out
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/
H A D_math_ops.py313 aten.prod.int_out: "product",
/aosp_15_r20/external/executorch/backends/cadence/aot/
H A Dops_registrations.py242 "_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 DNamedRegistrations.cpp380 m.impl("prod.int_out", CppFunction::makeFallthrough()); in TORCH_LIBRARY_IMPL()
/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py723 overload="int_out",
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml3661 - 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) -> ()