Diagnostics / torchlib implementation consideration #702
Labels
module: torchlib
Related to the torch/aten function lib in development
topic diagnostics
topic: documentation
Improvements or additions to documentation
context
parameter to torchlib functions etc.) This is because we want to preserve a natural function calling experience for users, where one can call a torchlib function the same way they would call an ATen op. We also want to ensure the function signature written is what gets generated in the ONNX graph.torch_op
decorator or theOnnxFunction
class or an evaluator, then I would avoid adding a new decorator to all existing torchlib functions.cc @fatcat-z @xiaowuhu @BowenBao
The text was updated successfully, but these errors were encountered: