Class QuantizedConv2DPerChannel<V extends TNumber>
java.lang.Object
org.tensorflow.op.RawOp
org.tensorflow.op.nn.QuantizedConv2DPerChannel<V>
- All Implemented Interfaces:
Op
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classOptional attributes forQuantizedConv2DPerChannel -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of this op, as known by TensorFlow core engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V extends TNumber>
QuantizedConv2DPerChannel<V> 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.Sets the dilations option.Sets the dilations option.Gets maxOutput.Gets minOutput.output()Gets output.
-
Field Details
-
OP_NAME
The name of this op, as known by TensorFlow core engine- See Also:
-
-
Constructor Details
-
QuantizedConv2DPerChannel
-
-
Method Details
-
create
@Endpoint(describeByClass=true) public static <V extends TNumber> QuantizedConv2DPerChannel<V> 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.- Type Parameters:
V- data type forQuantizedConv2DPerChanneloutput and operands- Parameters:
scope- current scopeinput- The original input tensor.filter- The original filter tensor.minInput- The minimum value of the input tensormaxInput- The maximum value of the input tensor.minFilter- The minimum value of the filter tensor.maxFilter- The maximum value of the filter tensor.outType- The quantized type of output tensor that needs to be converted.strides- list of stride values.padding- The value of the padding attributeoptions- carries optional attribute values- Returns:
- a new instance of QuantizedConv2DPerChannel
-
dilations
Sets the dilations option.- Parameters:
dilations- list of dilation values.- Returns:
- this Options instance.
-
dilations
Sets the dilations option.- Parameters:
dilations- list of dilation values.- Returns:
- this Options instance.
-
output
-
minOutput
-
maxOutput
-