Home
last modified time | relevance | path

Searched refs:_transform_linear_with_packedparam (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.py349 def _transform_linear_with_packedparam(gm: torch.fx.GraphModule, node: torch.fx.Node): function
479 "linear.default": _transform_linear_with_packedparam,
480 "linear_relu.default": _transform_linear_with_packedparam,