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.

OptimizerTest.cs 263 B

1234567891011121314
  1. using Microsoft.VisualStudio.TestTools.UnitTesting;
  2. using System.Collections.Generic;
  3. namespace Tensorflow.Keras.UnitTest
  4. {
  5. [TestClass]
  6. public class OptimizerTest
  7. {
  8. [TestMethod]
  9. public void BaseConstruct()
  10. {
  11. }
  12. }
  13. }