Home
last modified time | relevance | path

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

/external/executorch/kernels/aten/
Dfunctions.yaml252 - op: max.unary_out
254 - op: max.unary_out
262 - op: min.unary_out
/external/executorch/kernels/portable/cpu/
Dop_max.cpp120 constexpr auto name = "max.unary_out"; in max_unary_out()
Dop_min.cpp120 constexpr auto name = "min.unary_out"; in min_unary_out()
/external/executorch/kernels/portable/
Dfunctions.yaml560 - op: max.unary_out
585 - op: min.unary_out
/external/pytorch/test/edge/
Dselected_operators.yaml230 aten::max.unary_out:
/external/pytorch/torch/csrc/jit/frontend/
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()
/external/pytorch/test/expect/
DHasDecompTest.test_has_decomposition.expect916 aten::max.unary_out
938 aten::min.unary_out
/external/pytorch/test/
Dtest_ops.py184 "aten.max.unary_out",
190 "aten.min.unary_out",
/external/executorch/exir/emit/test/
Dtest_emit.py188 self.assertIn(op.overload, {"out", "unary_out"})
/external/pytorch/torch/
D_meta_registrations.py621 @register_meta([aten.max.default, aten.max.unary_out])
637 @register_meta([aten.min.default, aten.min.unary_out])
/external/pytorch/aten/src/ATen/native/
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!)