Package | Description |
---|---|
org.tensorflow.framework | |
org.tensorflow.util |
Modifier and Type | Method and Description |
---|---|
TensorSliceProto |
TensorSliceProto.Builder.build() |
TensorSliceProto |
TensorSliceProto.Builder.buildPartial() |
static TensorSliceProto |
TensorSliceProto.getDefaultInstance() |
TensorSliceProto |
TensorSliceProto.getDefaultInstanceForType() |
TensorSliceProto |
TensorSliceProto.Builder.getDefaultInstanceForType() |
static TensorSliceProto |
TensorSliceProto.parseDelimitedFrom(InputStream input) |
static TensorSliceProto |
TensorSliceProto.parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorSliceProto |
TensorSliceProto.parseFrom(byte[] data) |
static TensorSliceProto |
TensorSliceProto.parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorSliceProto |
TensorSliceProto.parseFrom(ByteBuffer data) |
static TensorSliceProto |
TensorSliceProto.parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorSliceProto |
TensorSliceProto.parseFrom(com.github.os72.protobuf351.ByteString data) |
static TensorSliceProto |
TensorSliceProto.parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorSliceProto |
TensorSliceProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static TensorSliceProto |
TensorSliceProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorSliceProto |
TensorSliceProto.parseFrom(InputStream input) |
static TensorSliceProto |
TensorSliceProto.parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.github.os72.protobuf351.Parser<TensorSliceProto> |
TensorSliceProto.getParserForType() |
static com.github.os72.protobuf351.Parser<TensorSliceProto> |
TensorSliceProto.parser() |
Modifier and Type | Method and Description |
---|---|
TensorSliceProto.Builder |
TensorSliceProto.Builder.mergeFrom(TensorSliceProto other) |
static TensorSliceProto.Builder |
TensorSliceProto.newBuilder(TensorSliceProto prototype) |
Modifier and Type | Method and Description |
---|---|
TensorSliceProto |
BundleEntryProtoOrBuilder.getSlices(int index)
Iff present, this entry represents a partitioned tensor.
|
TensorSliceProto |
BundleEntryProto.getSlices(int index)
Iff present, this entry represents a partitioned tensor.
|
TensorSliceProto |
BundleEntryProto.Builder.getSlices(int index)
Iff present, this entry represents a partitioned tensor.
|
Modifier and Type | Method and Description |
---|---|
List<TensorSliceProto> |
BundleEntryProtoOrBuilder.getSlicesList()
Iff present, this entry represents a partitioned tensor.
|
List<TensorSliceProto> |
BundleEntryProto.getSlicesList()
Iff present, this entry represents a partitioned tensor.
|
List<TensorSliceProto> |
BundleEntryProto.Builder.getSlicesList()
Iff present, this entry represents a partitioned tensor.
|
Modifier and Type | Method and Description |
---|---|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(int index,
TensorSliceProto value)
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addSlices(TensorSliceProto value)
Iff present, this entry represents a partitioned tensor.
|
BundleEntryProto.Builder |
BundleEntryProto.Builder.setSlices(int index,
TensorSliceProto value)
Iff present, this entry represents a partitioned tensor.
|
Modifier and Type | Method and Description |
---|---|
BundleEntryProto.Builder |
BundleEntryProto.Builder.addAllSlices(Iterable<? extends TensorSliceProto> values)
Iff present, this entry represents a partitioned tensor.
|
Copyright © 2018. All rights reserved.