|
|
@@ -17,7 +17,7 @@ namespace Tensorflow.Keras |
|
|
|
List<IVariableV1> TrainableVariables { get; } |
|
|
|
List<IVariableV1> TrainableWeights { get; } |
|
|
|
List<IVariableV1> NonTrainableWeights { get; } |
|
|
|
List<IVariableV1> Weights { get; set} |
|
|
|
List<IVariableV1> Weights { get; set; } |
|
|
|
Shape OutputShape { get; } |
|
|
|
Shape BatchInputShape { get; } |
|
|
|
TensorShapeConfig BuildInputShape { get; } |
|
|
|