Uses of Interface
onnx.OnnxMl.TensorShapeProto.DimensionOrBuilder
-
Packages that use OnnxMl.TensorShapeProto.DimensionOrBuilder Package Description onnx -
-
Uses of OnnxMl.TensorShapeProto.DimensionOrBuilder in onnx
Classes in onnx that implement OnnxMl.TensorShapeProto.DimensionOrBuilder Modifier and Type Class Description static classOnnxMl.TensorShapeProto.DimensionProtobuf typeonnx.TensorShapeProto.Dimensionstatic classOnnxMl.TensorShapeProto.Dimension.BuilderProtobuf typeonnx.TensorShapeProto.DimensionMethods in onnx that return OnnxMl.TensorShapeProto.DimensionOrBuilder Modifier and Type Method Description OnnxMl.TensorShapeProto.DimensionOrBuilderOnnxMl.TensorShapeProto.Builder. getDimOrBuilder(int index)repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.DimensionOrBuilderOnnxMl.TensorShapeProto. getDimOrBuilder(int index)repeated .onnx.TensorShapeProto.Dimension dim = 1;OnnxMl.TensorShapeProto.DimensionOrBuilderOnnxMl.TensorShapeProtoOrBuilder. getDimOrBuilder(int index)repeated .onnx.TensorShapeProto.Dimension dim = 1;Methods in onnx that return types with arguments of type OnnxMl.TensorShapeProto.DimensionOrBuilder Modifier and Type Method Description List<? 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;
-