Interface UniformQuantOpsAttr.UniformQuantizedConvolutionDimensionNumbersAttrOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
UniformQuantOpsAttr.UniformQuantizedConvolutionDimensionNumbersAttr, UniformQuantOpsAttr.UniformQuantizedConvolutionDimensionNumbersAttr.Builder
- Enclosing class:
UniformQuantOpsAttr
public static interface UniformQuantOpsAttr.UniformQuantizedConvolutionDimensionNumbersAttrOrBuilder
extends MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe dimension that represents batch in the input.longThe dimension that represents features in the input.longgetInputSpatialDimensions(int index) The dimensions that represents spatial dimensions in the input.intThe dimensions that represents spatial dimensions in the input.The dimensions that represents spatial dimensions in the input.longThe dimension that represents input features in the kernel (rhs).longThe dimension that represents output features in the kernel (rhs).longgetKernelSpatialDimensions(int index) The dimensions that represents spatial dimensions in the kernel (rhs).intThe dimensions that represents spatial dimensions in the kernel (rhs).The dimensions that represents spatial dimensions in the kernel (rhs).longThe dimension that represents batch in the output.longThe dimension that represents features in the output.longgetOutputSpatialDimensions(int index) The dimensions that represents spatial dimensions in the output.intThe dimensions that represents spatial dimensions in the output.The dimensions that represents spatial dimensions in the output.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getInputBatchDimension
long getInputBatchDimension()The dimension that represents batch in the input.
int64 input_batch_dimension = 1;- Returns:
- The inputBatchDimension.
-
getInputFeatureDimension
long getInputFeatureDimension()The dimension that represents features in the input.
int64 input_feature_dimension = 2;- Returns:
- The inputFeatureDimension.
-
getInputSpatialDimensionsList
-
getInputSpatialDimensionsCount
int getInputSpatialDimensionsCount()The dimensions that represents spatial dimensions in the input. Length must be rank-2 for the tensor rank for Convolution op.
repeated int64 input_spatial_dimensions = 3;- Returns:
- The count of inputSpatialDimensions.
-
getInputSpatialDimensions
long getInputSpatialDimensions(int index) The dimensions that represents spatial dimensions in the input. Length must be rank-2 for the tensor rank for Convolution op.
repeated int64 input_spatial_dimensions = 3;- Parameters:
index- The index of the element to return.- Returns:
- The inputSpatialDimensions at the given index.
-
getKernelInputFeatureDimension
long getKernelInputFeatureDimension()The dimension that represents input features in the kernel (rhs).
int64 kernel_input_feature_dimension = 4;- Returns:
- The kernelInputFeatureDimension.
-
getKernelOutputFeatureDimension
long getKernelOutputFeatureDimension()The dimension that represents output features in the kernel (rhs).
int64 kernel_output_feature_dimension = 5;- Returns:
- The kernelOutputFeatureDimension.
-
getKernelSpatialDimensionsList
-
getKernelSpatialDimensionsCount
int getKernelSpatialDimensionsCount()The dimensions that represents spatial dimensions in the kernel (rhs). Length must be rank-2 for the tensor rank for Convolution op.
repeated int64 kernel_spatial_dimensions = 6;- Returns:
- The count of kernelSpatialDimensions.
-
getKernelSpatialDimensions
long getKernelSpatialDimensions(int index) The dimensions that represents spatial dimensions in the kernel (rhs). Length must be rank-2 for the tensor rank for Convolution op.
repeated int64 kernel_spatial_dimensions = 6;- Parameters:
index- The index of the element to return.- Returns:
- The kernelSpatialDimensions at the given index.
-
getOutputBatchDimension
long getOutputBatchDimension()The dimension that represents batch in the output.
int64 output_batch_dimension = 7;- Returns:
- The outputBatchDimension.
-
getOutputFeatureDimension
long getOutputFeatureDimension()The dimension that represents features in the output.
int64 output_feature_dimension = 8;- Returns:
- The outputFeatureDimension.
-
getOutputSpatialDimensionsList
-
getOutputSpatialDimensionsCount
int getOutputSpatialDimensionsCount()The dimensions that represents spatial dimensions in the output. Length must be rank-2 for the tensor rank for Convolution op.
repeated int64 output_spatial_dimensions = 9;- Returns:
- The count of outputSpatialDimensions.
-
getOutputSpatialDimensions
long getOutputSpatialDimensions(int index) The dimensions that represents spatial dimensions in the output. Length must be rank-2 for the tensor rank for Convolution op.
repeated int64 output_spatial_dimensions = 9;- Parameters:
index- The index of the element to return.- Returns:
- The outputSpatialDimensions at the given index.
-