Package onnx
Interface OnnxMl.TensorShapeProtoOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnnxMl.TensorShapeProto,OnnxMl.TensorShapeProto.Builder
- Enclosing class:
- OnnxMl
public static interface OnnxMl.TensorShapeProtoOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnnxMl.TensorShapeProto.DimensiongetDim(int index)repeated .onnx.TensorShapeProto.Dimension dim = 1;intgetDimCount()repeated .onnx.TensorShapeProto.Dimension dim = 1;List<OnnxMl.TensorShapeProto.Dimension>getDimList()repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.DimensionOrBuildergetDimOrBuilder(int index)repeated .onnx.TensorShapeProto.Dimension dim = 1;List<? extends OnnxMl.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<OnnxMl.TensorShapeProto.Dimension> getDimList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDim
OnnxMl.TensorShapeProto.Dimension getDim(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDimCount
int getDimCount()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDimOrBuilderList
List<? extends OnnxMl.TensorShapeProto.DimensionOrBuilder> getDimOrBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
getDimOrBuilder
OnnxMl.TensorShapeProto.DimensionOrBuilder getDimOrBuilder(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-
-