Class QuantizedConv2DWithBiasSumAndReluAndRequantize.Inputs
java.lang.Object
org.tensorflow.op.RawOpInputs<QuantizedConv2DWithBiasSumAndReluAndRequantize<?>>
org.tensorflow.op.nn.QuantizedConv2DWithBiasSumAndReluAndRequantize.Inputs
- Enclosing class:
QuantizedConv2DWithBiasSumAndReluAndRequantize<X extends TNumber>
public static class QuantizedConv2DWithBiasSumAndReluAndRequantize.Inputs
extends RawOpInputs<QuantizedConv2DWithBiasSumAndReluAndRequantize<?>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe bias inputfinal long[]The dilations attributeThe filter inputThe input inputThe maxFilter inputThe maxFreezedOutput inputThe maxInput inputThe maxSummand inputThe minFilter inputThe minFreezedOutput inputThe minInput inputThe minSummand inputfinal DataTypeThe outType attributefinal StringThe padding attributefinal long[]The paddingList attributefinal long[]The strides attributeThe summand inputfinal DataTypeThe Tbias attributefinal DataTypeThe Tfilter attributefinal DataTypeThe Tinput attributefinal DataTypeThe Tsummand attribute -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RawOpInputs
attributeMetadata, attributeNames, attributes, attributeValue, attributeValues, equals, getOutputs, hashCode, toStringModifier and TypeMethodDescriptionattributeMetadata(String name) Get the metadata for an attributeGet the names of this op's attributesGet an inspector for the operation's attributes.attributeValue(String name) Get the value of an attribute as anAttrValueproto.Get all attribute value protosfinal booleanThe outputs of this operation.final inthashCode()final StringtoString()
-
Field Details
-
input
-
filter
-
bias
-
minInput
-
maxInput
-
minFilter
-
maxFilter
-
minFreezedOutput
-
maxFreezedOutput
-
summand
-
minSummand
-
maxSummand
-
Tinput
The Tinput attribute -
Tfilter
The Tfilter attribute -
Tbias
The Tbias attribute -
Tsummand
The Tsummand attribute -
outType
The outType attribute -
strides
public final long[] stridesThe strides attribute -
padding
The padding attribute -
dilations
public final long[] dilationsThe dilations attribute -
paddingList
public final long[] paddingListThe paddingList attribute
-
-
Constructor Details
-
Inputs
-