Uses of Interface
org.nd4j.ir.TensorNamespace.TensorProto.SegmentOrBuilder
-
Packages that use TensorNamespace.TensorProto.SegmentOrBuilder Package Description org.nd4j.ir -
-
Uses of TensorNamespace.TensorProto.SegmentOrBuilder in org.nd4j.ir
Classes in org.nd4j.ir that implement TensorNamespace.TensorProto.SegmentOrBuilder Modifier and Type Class Description static classTensorNamespace.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 classTensorNamespace.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 org.nd4j.ir that return TensorNamespace.TensorProto.SegmentOrBuilder Modifier and Type Method Description TensorNamespace.TensorProto.SegmentOrBuilderTensorNamespace.TensorProto.Builder. getSegmentOrBuilder().org.nd4j.ir.TensorProto.Segment segment = 3;TensorNamespace.TensorProto.SegmentOrBuilderTensorNamespace.TensorProto. getSegmentOrBuilder().org.nd4j.ir.TensorProto.Segment segment = 3;TensorNamespace.TensorProto.SegmentOrBuilderTensorNamespace.TensorProtoOrBuilder. getSegmentOrBuilder().org.nd4j.ir.TensorProto.Segment segment = 3;
-