Uses of Interface
ai.onnx.proto.OnnxMl.TensorProto.SegmentOrBuilder
Packages that use OnnxMl.TensorProto.SegmentOrBuilder
-
Uses of OnnxMl.TensorProto.SegmentOrBuilder in ai.onnx.proto
Classes in ai.onnx.proto that implement OnnxMl.TensorProto.SegmentOrBuilderModifier and TypeClassDescriptionstatic final class
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.static final class
For very large tensors, we may want to store them in chunks, in which case the following fields will specify the segment that is stored in the current TensorProto.Methods in ai.onnx.proto that return OnnxMl.TensorProto.SegmentOrBuilderModifier and TypeMethodDescriptionOnnxMl.TensorProto.Builder.getSegmentOrBuilder()
optional .onnx.TensorProto.Segment segment = 3;
OnnxMl.TensorProto.getSegmentOrBuilder()
optional .onnx.TensorProto.Segment segment = 3;
OnnxMl.TensorProtoOrBuilder.getSegmentOrBuilder()
optional .onnx.TensorProto.Segment segment = 3;