Public static methods
ValueTuple<object, PythonClassContainer> vgg_16(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, bool spatial_squeeze, string scope)
ValueTuple<object, PythonClassContainer> vgg_19(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, bool spatial_squeeze, string scope)
ValueTuple<object, PythonClassContainer> vgg_a(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, bool spatial_squeeze, string scope)
object vgg_arg_scope(double weight_decay)
Public properties