Uses of Interface
onnx.OnnxMl.TensorProto.SegmentOrBuilder
-
Packages that use OnnxMl.TensorProto.SegmentOrBuilder Package Description onnx -
-
Uses of OnnxMl.TensorProto.SegmentOrBuilder in onnx
Classes in onnx that implement OnnxMl.TensorProto.SegmentOrBuilder Modifier and Type Class Description static classOnnxMl.TensorProto.SegmentFor 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 classOnnxMl.TensorProto.Segment.BuilderFor 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 onnx that return OnnxMl.TensorProto.SegmentOrBuilder Modifier and Type Method Description OnnxMl.TensorProto.SegmentOrBuilderOnnxMl.TensorProto.Builder. getSegmentOrBuilder().onnx.TensorProto.Segment segment = 3;OnnxMl.TensorProto.SegmentOrBuilderOnnxMl.TensorProto. getSegmentOrBuilder().onnx.TensorProto.Segment segment = 3;OnnxMl.TensorProto.SegmentOrBuilderOnnxMl.TensorProtoOrBuilder. getSegmentOrBuilder().onnx.TensorProto.Segment segment = 3;
-