Package onnx
Interface Onnx.TensorShapeProtoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Onnx.TensorShapeProto,Onnx.TensorShapeProto.Builder
- Enclosing class:
- Onnx
public static interface Onnx.TensorShapeProtoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Onnx.TensorShapeProto.DimensiongetDim(int index)repeated .onnx.TensorShapeProto.Dimension dim = 1;intgetDimCount()repeated .onnx.TensorShapeProto.Dimension dim = 1;List<Onnx.TensorShapeProto.Dimension>getDimList()repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProto.DimensionOrBuildergetDimOrBuilder(int index)repeated .onnx.TensorShapeProto.Dimension dim = 1;List<? extends Onnx.TensorShapeProto.DimensionOrBuilder>getDimOrBuilderList()repeated .onnx.TensorShapeProto.Dimension dim = 1;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDimList
List<Onnx.TensorShapeProto.Dimension> getDimList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDim
Onnx.TensorShapeProto.Dimension getDim(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDimCount
int getDimCount()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDimOrBuilderList
List<? extends Onnx.TensorShapeProto.DimensionOrBuilder> getDimOrBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDimOrBuilder
Onnx.TensorShapeProto.DimensionOrBuilder getDimOrBuilder(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
-