| Package | Description |
|---|---|
| onnx |
| Modifier and Type | Class and Description |
|---|---|
static class |
OnnxMl.TensorProto.Segment
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 class |
OnnxMl.TensorProto.Segment.Builder
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.
|
| Modifier and Type | Method and Description |
|---|---|
OnnxMl.TensorProto.SegmentOrBuilder |
OnnxMl.TensorProtoOrBuilder.getSegmentOrBuilder()
.onnx.TensorProto.Segment segment = 3; |
OnnxMl.TensorProto.SegmentOrBuilder |
OnnxMl.TensorProto.getSegmentOrBuilder()
.onnx.TensorProto.Segment segment = 3; |
OnnxMl.TensorProto.SegmentOrBuilder |
OnnxMl.TensorProto.Builder.getSegmentOrBuilder()
.onnx.TensorProto.Segment segment = 3; |
Copyright © 2021. All rights reserved.