PineApple777 opened a new pull request, #16217:
URL: https://github.com/apache/tvm/pull/16217
fix getting full node attribute name in fx-based quantized graphs to
general using `out_name` value.
for support below torchscript example pattern, which is not same `out_name`
and `prim::GetAttr` name attribute.
```
%layer_input_zero_point_0.7 : Tensor =
prim::GetAttr[name="layer_input_zero_point_0"](%_0), scope:
TorchExample::/torch.fx.graph_module.GraphModule::layers.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]