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