TensorFlow.NET
TensorFlow.NET copied to clipboard
Use dotnet naming instead of python?
Currently there are both PascalCase and snake_case in hete. How about changing the snake_case methods to PascalCase, so they also fit the dotnet ecosystem?
For example
boolean_mask -> BooleanMask