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.

KerasObjectWrapper.cs 162 B

1234567891011
  1. namespace Tensorflow.Keras.Saving.SavedModel;
  2. public class KerasObjectWrapper
  3. {
  4. }
  5. public class KerasObjectWrapper<T>
  6. {
  7. public T Item { get; set; }
  8. }