SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.21k stars 516 forks source link

refactor: some gen_ops with added code generator. #1063

Closed AsakusaRinne closed 1 year ago

AsakusaRinne commented 1 year ago
  1. Add a code generator to automatically generate code for ops.
  2. Replace gen_nn_ops, gen_math_ops and gen_array_ops with newly generated codes.