Adding ability for tensor_expression
to use std::ostream
#169
amitsingh19975
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we need to construct a new tensor from the tensor expression to output the expression, which is conducive to performance, or the user may not want to construct the tensor. It is also tedious to construct the tensor just to test the expression if the output is correct or not. With minimal changes, we can add the support for
tensor_expression
to output the contents stored inside the expression.Beta Was this translation helpful? Give feedback.
All reactions