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