/aosp_15_r20/external/pytorch/torch/csrc/jit/operator_upgraders/ |
H A D | version_map.cpp | 38 {"aten::div.Tensor_mode", 41 "aten::div.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor"}}}, 62 {"aten::div_.Tensor_mode", 65 … "aten::div_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!)"}}},
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/ |
H A D | upgrader_mobile.cpp | 37 {std::string("aten::div.Tensor_mode"), in getOperatorVersionMapForMobile() 61 {std::string("aten::div_.Tensor_mode"), in getOperatorVersionMapForMobile() 200 OperatorString({"aten::div", "Tensor_mode", 3}), in getUpgraderBytecodeList() 219 OperatorString({"aten::div", "Tensor_mode", 3}), in getUpgraderBytecodeList() 326 OperatorString({"aten::div_", "Tensor_mode", 3}), in getUpgraderBytecodeList() 345 OperatorString({"aten::div_", "Tensor_mode", 3}), in getUpgraderBytecodeList()
|
/aosp_15_r20/external/executorch/backends/apple/mps/operators/ |
H A D | binary_ops.py | 43 "aten.div.Tensor_mode", 70 exir_ops.edge.aten.div.Tensor_mode: MPSDiv,
|
/aosp_15_r20/external/pytorch/test/expect/ |
H A D | HasDecompTest.test_aten_core_operators.expect | 191 aten::div.Tensor_mode 197 aten::div_.Tensor_mode
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchRulesDecompositions.cpp | 357 OP_DECOMPOSE2(divide, Tensor_mode); in TORCH_LIBRARY_IMPL() 358 OP_DECOMPOSE2(divide_, Tensor_mode); in TORCH_LIBRARY_IMPL()
|
H A D | BatchRulesBinaryOps.cpp | 398 BINARY_SCALAR_2(div, Tensor_mode, Scalar_mode); in TORCH_LIBRARY_IMPL() 474 …VMAP_SUPPORT2(div_, Tensor_mode, SINGLE_ARG(binary_pointwise_inplace_batch_rule<TensorInplaceModeT… in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/pytorch/test/mobile/ |
H A D | test_upgrader_bytecode_table_example.cpp | 149 OperatorString({"aten::div", "Tensor_mode", 3}), in getUpgraderBytecodeList() 237 OperatorString({"aten::div_", "Tensor_mode", 3}), in getUpgraderBytecodeList()
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/_ops/ |
H A D | _pointwise_ops.py | 174 aten.div.Tensor_mode, 178 aten.div_.Tensor_mode,
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/ |
H A D | onnxfunction_dispatcher.py | 447 Real example: `aten::div` vs `aten::div.Tensor_mode`. 481 Real example: `aten::div` vs `aten::div.Tensor_mode`.
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ts_native_functions.yaml | 37 - div.Tensor_mode
|
H A D | BinaryOps.cpp | 176 TORCH_META_FUNC2(div, Tensor_mode) (const Tensor& self, const Tensor& other, std::optional<c10::str… in TORCH_META_FUNC2() argument
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
H A D | BinaryOp.cpp | 127 VK_REGISTER_OP(aten.div.Tensor_mode, floor_divide);
|
/aosp_15_r20/external/executorch/backends/vulkan/partitioner/ |
H A D | supported_ops.py | 56 exir_ops.edge.aten.div.Tensor_mode,
|
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | coverage.yaml | 187 - aten::div.Tensor_mode 792 aten::div.Tensor_mode: 7
|
H A D | model_ops.yaml | 120 aten::div.Tensor_mode: 12
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | testing.py | 15 aten.divide.Tensor_mode,
|
/aosp_15_r20/external/executorch/backends/vulkan/ |
H A D | op_registry.py | 250 exir_ops.edge.aten.div.Tensor_mode,
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | converter.py | 918 # converts aten::div.Tensor_mode(x, tensor_constant) 920 if schema.overload_name == "Tensor_mode":
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_flex_decoding.py | 610 div = torch.ops.aten.div.Tensor_mode(arg3_1, add, rounding_mode = 'floor'); arg3_1 = add = None
|
H A D | test_flex_attention.py | 620 div = torch.ops.aten.div.Tensor_mode(arg3_1, add, rounding_mode = 'floor'); arg3_1 = add = None
|
/aosp_15_r20/external/executorch/exir/dialects/edge/op/ |
H A D | sample_input.py | 412 "div.Tensor_mode": { # (Tensor self, Tensor other, *, str? rounding_mode) -> Tensor
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/passes/ |
H A D | type_promotion.py | 1063 # torch.ops.aten.div.Tensor_mode applies different type promotion rules
|
/aosp_15_r20/external/executorch/exir/dialects/edge/ |
H A D | edge.yaml | 3061 - func: aten::div.Tensor_mode 3063 inherits: aten::div.Tensor_mode
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | LegacyBatchingRegistrations.cpp | 1214 …m.impl("div.Tensor_mode", binary_pointwise_batching_rule<Binop, at::div, std::optional<c10::string… in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_meta.py | 366 aten.div.Tensor_mode,
|