Home
last modified time | relevance | path

Searched full:unary_out (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/executorch/kernels/aten/
H A Dfunctions.yaml252 - op: max.unary_out
254 - op: max.unary_out
262 - op: min.unary_out
/aosp_15_r20/external/executorch/kernels/portable/
H A Dfunctions.yaml560 - op: max.unary_out
585 - op: min.unary_out
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_min.cpp120 constexpr auto name = "min.unary_out"; in min_unary_out()
H A Dop_max.cpp120 constexpr auto name = "max.unary_out"; in max_unary_out()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dschema_matching.cpp346 if (schema.name() == "aten::max" && schema.overload_name() == "unary_out") { in isBlockListedSchema()
349 if (schema.name() == "aten::min" && schema.overload_name() == "unary_out") { in isBlockListedSchema()
/aosp_15_r20/external/pytorch/test/expect/
H A DHasDecompTest.test_has_decomposition.expect916 aten::max.unary_out
938 aten::min.unary_out
/aosp_15_r20/external/pytorch/test/edge/
H A Dselected_operators.yaml230 aten::max.unary_out:
/aosp_15_r20/external/pytorch/test/
H A Dtest_ops.py184 "aten.max.unary_out",
190 "aten.min.unary_out",
/aosp_15_r20/external/executorch/exir/emit/test/
H A Dtest_emit.py188 self.assertIn(op.overload, {"out", "unary_out"})
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py621 @register_meta([aten.max.default, aten.max.unary_out])
637 @register_meta([aten.min.default, aten.min.unary_out])
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml9875 - func: min.unary_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!)
9943 - func: max.unary_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!)