Interface OnnxMl.TensorShapeProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnnxMl.TensorShapeProto,OnnxMl.TensorShapeProto.Builder
- Enclosing class:
OnnxMl
public static interface OnnxMl.TensorShapeProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDim(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;intrepeated .onnx.TensorShapeProto.Dimension dim = 1;repeated .onnx.TensorShapeProto.Dimension dim = 1;getDimOrBuilder(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;List<? extends OnnxMl.TensorShapeProto.DimensionOrBuilder> repeated .onnx.TensorShapeProto.Dimension dim = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDimList
List<OnnxMl.TensorShapeProto.Dimension> getDimList()repeated .onnx.TensorShapeProto.Dimension dim = 1; -
getDim
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
repeated .onnx.TensorShapeProto.Dimension dim = 1;
-