Searched full:unary_out (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/executorch/kernels/aten/ |
H A D | functions.yaml | 252 - op: max.unary_out 254 - op: max.unary_out 262 - op: min.unary_out
|
/aosp_15_r20/external/executorch/kernels/portable/ |
H A D | functions.yaml | 560 - op: max.unary_out 585 - op: min.unary_out
|
/aosp_15_r20/external/executorch/kernels/portable/cpu/ |
H A D | op_min.cpp | 120 constexpr auto name = "min.unary_out"; in min_unary_out()
|
H A D | op_max.cpp | 120 constexpr auto name = "max.unary_out"; in max_unary_out()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | schema_matching.cpp | 346 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 D | HasDecompTest.test_has_decomposition.expect | 916 aten::max.unary_out 938 aten::min.unary_out
|
/aosp_15_r20/external/pytorch/test/edge/ |
H A D | selected_operators.yaml | 230 aten::max.unary_out:
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_ops.py | 184 "aten.max.unary_out", 190 "aten.min.unary_out",
|
/aosp_15_r20/external/executorch/exir/emit/test/ |
H A D | test_emit.py | 188 self.assertIn(op.overload, {"out", "unary_out"})
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _meta_registrations.py | 621 @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 D | native_functions.yaml | 9875 - func: min.unary_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 9943 - func: max.unary_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!)
|