You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Program.cs 460 B

12345678910111213
  1. using OneOf.Types;
  2. using Protobuf.Text;
  3. using System.Diagnostics;
  4. using System.Text;
  5. using System.Xml.Linq;
  6. using Tensorflow.CodeGen;
  7. GenOpsWriter writer = new(@"D:\development\tf.net\gen_ops_v2",
  8. @"D:\Apps\miniconda3\envs\tf2.11\Lib\site-packages\tensorflow\python\ops",
  9. @"D:\development\tf.net\tensorflow-2.11.0\tensorflow\core\api_def\base_api",
  10. @"D:\development\tf.net\tensorflow-2.11.0\tensorflow\core\ops\ops.pbtxt");
  11. writer.WriteAll();