Uses of Class
org.tensorflow.op.nn.QuantizedConv2DPerChannel
Packages that use QuantizedConv2DPerChannel
-
Uses of QuantizedConv2DPerChannel in org.tensorflow.op
Methods in org.tensorflow.op that return QuantizedConv2DPerChannelModifier and TypeMethodDescription<V extends TNumber>
QuantizedConv2DPerChannel<V> NnOps.quantizedConv2DPerChannel(Operand<? extends TNumber> input, Operand<? extends TNumber> filter, Operand<TFloat32> minInput, Operand<TFloat32> maxInput, Operand<TFloat32> minFilter, Operand<TFloat32> maxFilter, Class<V> outType, List<Long> strides, String padding, QuantizedConv2DPerChannel.Options... options) Computes QuantizedConv2D per channel. -
Uses of QuantizedConv2DPerChannel in org.tensorflow.op.nn
Subclasses with type arguments of type QuantizedConv2DPerChannel in org.tensorflow.op.nnMethods in org.tensorflow.op.nn that return QuantizedConv2DPerChannelModifier and TypeMethodDescriptionstatic <V extends TNumber>
QuantizedConv2DPerChannel<V> QuantizedConv2DPerChannel.create(Scope scope, Operand<? extends TNumber> input, Operand<? extends TNumber> filter, Operand<TFloat32> minInput, Operand<TFloat32> maxInput, Operand<TFloat32> minFilter, Operand<TFloat32> maxFilter, Class<V> outType, List<Long> strides, String padding, QuantizedConv2DPerChannel.Options... options) Factory method to create a class wrapping a new QuantizedConv2DPerChannel operation.