Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Class and Description |
---|---|
class |
AllocationDescription
Protobuf type
tensorflow.AllocationDescription |
static class |
AllocationDescription.Builder
Protobuf type
tensorflow.AllocationDescription |
Modifier and Type | Method and Description |
---|---|
AllocationDescriptionOrBuilder |
TensorDescriptionOrBuilder.getAllocationDescriptionOrBuilder()
Information about the size and allocator used for the data
|
AllocationDescriptionOrBuilder |
TensorDescription.getAllocationDescriptionOrBuilder()
Information about the size and allocator used for the data
|
AllocationDescriptionOrBuilder |
TensorDescription.Builder.getAllocationDescriptionOrBuilder()
Information about the size and allocator used for the data
|
AllocationDescriptionOrBuilder |
NodeExecStats.getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescriptionOrBuilder |
NodeExecStats.Builder.getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescriptionOrBuilder |
NodeExecStatsOrBuilder.getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
Modifier and Type | Method and Description |
---|---|
List<? extends AllocationDescriptionOrBuilder> |
NodeExecStats.getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
List<? extends AllocationDescriptionOrBuilder> |
NodeExecStats.Builder.getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
List<? extends AllocationDescriptionOrBuilder> |
NodeExecStatsOrBuilder.getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
Copyright © 2015–2019. All rights reserved.