TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

Use dotnet naming instead of python?

Open Regenhardt opened this issue 3 years ago • 0 comments

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

Regenhardt avatar Apr 05 '22 10:04 Regenhardt