Uses of Interface
ai.onnx.proto.OnnxMl.TensorShapeProto.DimensionOrBuilder
-
Uses of OnnxMl.TensorShapeProto.DimensionOrBuilder in ai.onnx.proto
Modifier and TypeClassDescriptionstatic final class
Protobuf typeonnx.TensorShapeProto.Dimension
static final class
Protobuf typeonnx.TensorShapeProto.Dimension
Modifier and TypeMethodDescriptionOnnxMl.TensorShapeProto.Builder.getDimOrBuilder
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProto.getDimOrBuilder
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
OnnxMl.TensorShapeProtoOrBuilder.getDimOrBuilder
(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;
Modifier and TypeMethodDescriptionList<? extends OnnxMl.TensorShapeProto.DimensionOrBuilder>
OnnxMl.TensorShapeProto.Builder.getDimOrBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
List<? extends OnnxMl.TensorShapeProto.DimensionOrBuilder>
OnnxMl.TensorShapeProto.getDimOrBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;
List<? extends OnnxMl.TensorShapeProto.DimensionOrBuilder>
OnnxMl.TensorShapeProtoOrBuilder.getDimOrBuilderList()
repeated .onnx.TensorShapeProto.Dimension dim = 1;