You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently it's not allowed to split tensor declaration into multiple lines. We're implementing reranking, using ONNX model in rank-profile. It accepts multiple tensors as inputs, and it is very inconvenient to have them in single line. While example is only 8 features, we have a tensor with 20 features as well.
Is your feature request related to a problem? Please describe.
Currently it's not allowed to split tensor declaration into multiple lines. We're implementing reranking, using ONNX model in rank-profile. It accepts multiple tensors as inputs, and it is very inconvenient to have them in single line. While example is only 8 features, we have a tensor with 20 features as well.
Describe the solution you'd like
It should be allowed to split tensor declaration to multiple lines, like:
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: