Package | Description |
---|---|
org.nd4j.imports.graphmapper.tf | |
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
INDArray |
TFGraphMapper.mapTensorProto(TensorProto tfTensor) |
Modifier and Type | Method and Description |
---|---|
TensorProto |
TensorProto.Builder.build() |
TensorProto |
TensorProto.Builder.buildPartial() |
static TensorProto |
TensorProto.getDefaultInstance() |
TensorProto |
TensorProto.getDefaultInstanceForType() |
TensorProto |
TensorProto.Builder.getDefaultInstanceForType() |
TensorProto |
Summary.ValueOrBuilder.getTensor()
.tensorflow.TensorProto tensor = 8; |
TensorProto |
Summary.Value.getTensor()
.tensorflow.TensorProto tensor = 8; |
TensorProto |
Summary.Value.Builder.getTensor()
.tensorflow.TensorProto tensor = 8; |
TensorProto |
AttrValueOrBuilder.getTensor()
"tensor"
|
TensorProto |
AttrValue.getTensor()
"tensor"
|
TensorProto |
AttrValue.Builder.getTensor()
"tensor"
|
TensorProto |
AttrValue.ListValueOrBuilder.getTensor(int index)
"list(tensor)"
|
TensorProto |
AttrValue.ListValue.getTensor(int index)
"list(tensor)"
|
TensorProto |
AttrValue.ListValue.Builder.getTensor(int index)
"list(tensor)"
|
TensorProto |
VariantTensorDataProtoOrBuilder.getTensors(int index)
Tensors contained within objects being serialized.
|
TensorProto |
VariantTensorDataProto.getTensors(int index)
Tensors contained within objects being serialized.
|
TensorProto |
VariantTensorDataProto.Builder.getTensors(int index)
Tensors contained within objects being serialized.
|
static TensorProto |
TensorProto.parseDelimitedFrom(InputStream input) |
static TensorProto |
TensorProto.parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorProto |
TensorProto.parseFrom(byte[] data) |
static TensorProto |
TensorProto.parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorProto |
TensorProto.parseFrom(ByteBuffer data) |
static TensorProto |
TensorProto.parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorProto |
TensorProto.parseFrom(com.github.os72.protobuf351.ByteString data) |
static TensorProto |
TensorProto.parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorProto |
TensorProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static TensorProto |
TensorProto.parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorProto |
TensorProto.parseFrom(InputStream input) |
static TensorProto |
TensorProto.parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.github.os72.protobuf351.Parser<TensorProto> |
TensorProto.getParserForType() |
List<TensorProto> |
AttrValue.ListValueOrBuilder.getTensorList()
"list(tensor)"
|
List<TensorProto> |
AttrValue.ListValue.getTensorList()
"list(tensor)"
|
List<TensorProto> |
AttrValue.ListValue.Builder.getTensorList()
"list(tensor)"
|
List<TensorProto> |
VariantTensorDataProtoOrBuilder.getTensorsList()
Tensors contained within objects being serialized.
|
List<TensorProto> |
VariantTensorDataProto.getTensorsList()
Tensors contained within objects being serialized.
|
List<TensorProto> |
VariantTensorDataProto.Builder.getTensorsList()
Tensors contained within objects being serialized.
|
static com.github.os72.protobuf351.Parser<TensorProto> |
TensorProto.parser() |
Modifier and Type | Method and Description |
---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addTensor(int index,
TensorProto value)
"list(tensor)"
|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addTensor(TensorProto value)
"list(tensor)"
|
VariantTensorDataProto.Builder |
VariantTensorDataProto.Builder.addTensors(int index,
TensorProto value)
Tensors contained within objects being serialized.
|
VariantTensorDataProto.Builder |
VariantTensorDataProto.Builder.addTensors(TensorProto value)
Tensors contained within objects being serialized.
|
TensorProto.Builder |
TensorProto.Builder.mergeFrom(TensorProto other) |
Summary.Value.Builder |
Summary.Value.Builder.mergeTensor(TensorProto value)
.tensorflow.TensorProto tensor = 8; |
AttrValue.Builder |
AttrValue.Builder.mergeTensor(TensorProto value)
"tensor"
|
static TensorProto.Builder |
TensorProto.newBuilder(TensorProto prototype) |
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.setTensor(int index,
TensorProto value)
"list(tensor)"
|
Summary.Value.Builder |
Summary.Value.Builder.setTensor(TensorProto value)
.tensorflow.TensorProto tensor = 8; |
AttrValue.Builder |
AttrValue.Builder.setTensor(TensorProto value)
"tensor"
|
VariantTensorDataProto.Builder |
VariantTensorDataProto.Builder.setTensors(int index,
TensorProto value)
Tensors contained within objects being serialized.
|
Modifier and Type | Method and Description |
---|---|
AttrValue.ListValue.Builder |
AttrValue.ListValue.Builder.addAllTensor(Iterable<? extends TensorProto> values)
"list(tensor)"
|
VariantTensorDataProto.Builder |
VariantTensorDataProto.Builder.addAllTensors(Iterable<? extends TensorProto> values)
Tensors contained within objects being serialized.
|
Copyright © 2018. All rights reserved.