-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public vs private tensor_to_matrix(tensor_input)
#111
Comments
Do we use it anywhere outside of that file? |
no, but the questions is whether we want to expose this or not. I don't think we should. We should make it private and MAYBE expose it later if tehre is a real need for it |
@fnrizzi I think we should make it private, I see no real need to expose it at the moment. |
i agree, i will do that |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do we need this to be public?
def tensor_to_matrix(tensor_input):
def matrix_to_tensor
The text was updated successfully, but these errors were encountered: