Searched full:scalarother (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | coverage.yaml | 639 - aten::where.ScalarOther 1011 aten::where.ScalarOther: 4
|
H A D | model_ops.yaml | 389 aten::where.ScalarOther: 3
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | testing.py | 111 aten.where.ScalarOther,
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | symbolic_shape_registry_util.cpp | 93 … {"aten::where.ScalarOther(Tensor condition, Tensor self, Scalar other) -> Tensor", "broadcast"}, in get_tensorexpr_elementwise_set()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesDecompositions.cpp | 311 OP_DECOMPOSE2(where, ScalarOther); in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | lowerings.cpp | 1624 {"aten::where.ScalarOther(Tensor condition, Tensor self, Scalar other) -> (Tensor)", in nnc_lowerings_lazy_registration()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | native_functions.yaml | 6456 - func: where.ScalarOther(Tensor condition, Tensor self, Scalar other) -> Tensor
|