Home
last modified time | relevance | path

Searched refs:_transform_scalar_arithmetic (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dreplace_quantized_ops_with_standard_ops_pass.py411 def _transform_scalar_arithmetic(gm: torch.fx.GraphModule, node: torch.fx.Node): function
489 "mul.Scalar": _transform_scalar_arithmetic,
490 "add.Scalar": _transform_scalar_arithmetic,