Public static methods
ValueTuple<object, IDictionary<string, object>> inception_v3_(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, int min_depth, double depth_multiplier, ImplicitContainer<T> prediction_fn, bool spatial_squeeze, Nullable<bool> reuse, VariableScope scope)
ValueTuple<object, IDictionary<string, object>> inception_v3_(IGraphNodeBase inputs, int num_classes, bool is_training, double dropout_keep_prob, int min_depth, double depth_multiplier, ImplicitContainer<T> prediction_fn, bool spatial_squeeze, Nullable<bool> reuse, string scope)
object inception_v3_arg_scope(double weight_decay, string batch_norm_var_collection, double batch_norm_decay, double batch_norm_epsilon, ImplicitContainer<T> updates_collections, bool use_fused_batchnorm)
ValueTuple<object, IDictionary<string, object>> inception_v3_base(IGraphNodeBase inputs, string final_endpoint, int min_depth, double depth_multiplier, VariableScope scope)
ValueTuple<object, IDictionary<string, object>> inception_v3_base(IGraphNodeBase inputs, string final_endpoint, int min_depth, double depth_multiplier, string scope)
Public properties
object trunc_normal get; set;
object trunc_normal_dyn get; set;