Public static methods
Tensor FixedQuantize(object inputs, double init_min, double init_max, object scope)
object LastValueQuantize(IGraphNodeBase inputs, bool per_channel, double init_min, double init_max, string vars_collection, string name_prefix, object reuse, bool is_training, int num_bits, bool narrow_range, bool symmetric)
object LastValueQuantize(IGraphNodeBase inputs, bool per_channel, double init_min, double init_max, string vars_collection, string name_prefix, object reuse, object is_training, int num_bits, bool narrow_range, bool symmetric)
object LastValueQuantize(IGraphNodeBase inputs, bool per_channel, double init_min, double init_max, string vars_collection, string name_prefix, object reuse, string is_training, int num_bits, bool narrow_range, bool symmetric)
object MovingAvgQuantize(IGraphNodeBase inputs, bool per_channel, double init_min, double init_max, double ema_decay, ImplicitContainer<T> vars_collection, string name_prefix, object reuse, bool is_training, int num_bits, bool narrow_range, bool symmetric)
object MovingAvgQuantize(IGraphNodeBase inputs, bool per_channel, double init_min, double init_max, double ema_decay, ImplicitContainer<T> vars_collection, string name_prefix, object reuse, object is_training, int num_bits, bool narrow_range, bool symmetric)
object MovingAvgQuantize(IGraphNodeBase inputs, bool per_channel, double init_min, double init_max, double ema_decay, ImplicitContainer<T> vars_collection, string name_prefix, object reuse, string is_training, int num_bits, bool narrow_range, bool symmetric)
Public properties