Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Class and Description |
---|---|
class |
TensorProto
Protocol buffer representing a tensor.
|
static class |
TensorProto.Builder
Protocol buffer representing a tensor.
|
Modifier and Type | Method and Description |
---|---|
TensorProtoOrBuilder |
Summary.ValueOrBuilder.getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder |
Summary.Value.getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder |
Summary.Value.Builder.getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder |
AttrValueOrBuilder.getTensorOrBuilder()
"tensor"
|
TensorProtoOrBuilder |
AttrValue.getTensorOrBuilder()
"tensor"
|
TensorProtoOrBuilder |
AttrValue.Builder.getTensorOrBuilder()
"tensor"
|
TensorProtoOrBuilder |
AttrValue.ListValueOrBuilder.getTensorOrBuilder(int index)
"list(tensor)"
|
TensorProtoOrBuilder |
AttrValue.ListValue.getTensorOrBuilder(int index)
"list(tensor)"
|
TensorProtoOrBuilder |
AttrValue.ListValue.Builder.getTensorOrBuilder(int index)
"list(tensor)"
|
TensorProtoOrBuilder |
VariantTensorDataProtoOrBuilder.getTensorsOrBuilder(int index)
Tensors contained within objects being serialized.
|
TensorProtoOrBuilder |
VariantTensorDataProto.getTensorsOrBuilder(int index)
Tensors contained within objects being serialized.
|
TensorProtoOrBuilder |
VariantTensorDataProto.Builder.getTensorsOrBuilder(int index)
Tensors contained within objects being serialized.
|
Modifier and Type | Method and Description |
---|---|
List<? extends TensorProtoOrBuilder> |
AttrValue.ListValueOrBuilder.getTensorOrBuilderList()
"list(tensor)"
|
List<? extends TensorProtoOrBuilder> |
AttrValue.ListValue.getTensorOrBuilderList()
"list(tensor)"
|
List<? extends TensorProtoOrBuilder> |
AttrValue.ListValue.Builder.getTensorOrBuilderList()
"list(tensor)"
|
List<? extends TensorProtoOrBuilder> |
VariantTensorDataProtoOrBuilder.getTensorsOrBuilderList()
Tensors contained within objects being serialized.
|
List<? extends TensorProtoOrBuilder> |
VariantTensorDataProto.getTensorsOrBuilderList()
Tensors contained within objects being serialized.
|
List<? extends TensorProtoOrBuilder> |
VariantTensorDataProto.Builder.getTensorsOrBuilderList()
Tensors contained within objects being serialized.
|
Copyright © 2018. All rights reserved.