Uses of Interface
ai.onnx.proto.OnnxMl.TensorShapeProto.DimensionOrBuilder
Packages that use OnnxMl.TensorShapeProto.DimensionOrBuilder
-
Uses of OnnxMl.TensorShapeProto.DimensionOrBuilder in ai.onnx.proto
Classes in ai.onnx.proto that implement OnnxMl.TensorShapeProto.DimensionOrBuilderModifier and TypeClassDescriptionstatic final class
Protobuf typeonnx.TensorShapeProto.Dimension
static final class
Protobuf typeonnx.TensorShapeProto.Dimension
Methods in ai.onnx.proto that return OnnxMl.TensorShapeProto.DimensionOrBuilderModifier 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;
Methods in ai.onnx.proto that return types with arguments of type OnnxMl.TensorShapeProto.DimensionOrBuilderModifier 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;