Uses of Interface
ai.onnx.proto.OnnxMl.TensorProto.SegmentOrBuilder
Packages that use OnnxMl.TensorProto.SegmentOrBuilder
- 
Uses of OnnxMl.TensorProto.SegmentOrBuilder in ai.onnx.protoClasses in ai.onnx.proto that implement OnnxMl.TensorProto.SegmentOrBuilderModifier and TypeClassDescriptionstatic final classFor 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 classFor 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;