public static interface OnnxMl.TensorShapeProtoOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OnnxMl.TensorShapeProto.Dimension |
getDim(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
int |
getDimCount()
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
List<OnnxMl.TensorShapeProto.Dimension> |
getDimList()
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
OnnxMl.TensorShapeProto.DimensionOrBuilder |
getDimOrBuilder(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
List<? extends OnnxMl.TensorShapeProto.DimensionOrBuilder> |
getDimOrBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<OnnxMl.TensorShapeProto.Dimension> getDimList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.Dimension getDim(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
int getDimCount()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
List<? extends OnnxMl.TensorShapeProto.DimensionOrBuilder> getDimOrBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.DimensionOrBuilder getDimOrBuilder(int index)
repeated .onnx.TensorShapeProto.Dimension dim = 1;
Copyright © 2021. All rights reserved.