Uses of Interface
onnx.Onnx.TensorShapeProto.DimensionOrBuilder
Packages that use Onnx.TensorShapeProto.DimensionOrBuilder
-
Uses of Onnx.TensorShapeProto.DimensionOrBuilder in onnx
Classes in onnx that implement Onnx.TensorShapeProto.DimensionOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typeonnx.TensorShapeProto.Dimensionstatic final classProtobuf typeonnx.TensorShapeProto.DimensionMethods in onnx that return Onnx.TensorShapeProto.DimensionOrBuilderModifier and TypeMethodDescriptionOnnx.TensorShapeProto.Builder.getDimOrBuilder(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProto.getDimOrBuilder(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;Onnx.TensorShapeProtoOrBuilder.getDimOrBuilder(int index) repeated .onnx.TensorShapeProto.Dimension dim = 1;Methods in onnx that return types with arguments of type Onnx.TensorShapeProto.DimensionOrBuilderModifier and TypeMethodDescriptionList<? extends Onnx.TensorShapeProto.DimensionOrBuilder>Onnx.TensorShapeProto.Builder.getDimOrBuilderList()repeated .onnx.TensorShapeProto.Dimension dim = 1;List<? extends Onnx.TensorShapeProto.DimensionOrBuilder>Onnx.TensorShapeProto.getDimOrBuilderList()repeated .onnx.TensorShapeProto.Dimension dim = 1;List<? extends Onnx.TensorShapeProto.DimensionOrBuilder>Onnx.TensorShapeProtoOrBuilder.getDimOrBuilderList()repeated .onnx.TensorShapeProto.Dimension dim = 1;