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.

CApi.Eager.cs 313 B

1234567891011121314151617
  1. using Microsoft.VisualStudio.TestTools.UnitTesting;
  2. using System;
  3. using Tensorflow;
  4. using Tensorflow.Eager;
  5. namespace TensorFlowNET.UnitTest.Eager
  6. {
  7. /// <summary>
  8. /// tensorflow\c\eager\c_api_test.cc
  9. /// </summary>
  10. [TestClass]
  11. public partial class CApiEagerTest : CApiTest
  12. {
  13. }
  14. }