Uses of Interface
org.tensorflow.framework.AllocationDescriptionOrBuilder
-
Packages that use AllocationDescriptionOrBuilder Package Description org.tensorflow.framework -
-
Uses of AllocationDescriptionOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement AllocationDescriptionOrBuilder Modifier and Type Class Description classAllocationDescriptionProtobuf typetensorflow.AllocationDescriptionstatic classAllocationDescription.BuilderProtobuf typetensorflow.AllocationDescriptionMethods in org.tensorflow.framework that return AllocationDescriptionOrBuilder Modifier and Type Method Description AllocationDescriptionOrBuilderTensorDescription.Builder. getAllocationDescriptionOrBuilder()Information about the size and allocator used for the dataAllocationDescriptionOrBuilderTensorDescription. getAllocationDescriptionOrBuilder()Information about the size and allocator used for the dataAllocationDescriptionOrBuilderTensorDescriptionOrBuilder. getAllocationDescriptionOrBuilder()Information about the size and allocator used for the dataAllocationDescriptionOrBuilderNodeExecStats.Builder. getReferencedTensorOrBuilder(int index)repeated .tensorflow.AllocationDescription referenced_tensor = 11;AllocationDescriptionOrBuilderNodeExecStats. getReferencedTensorOrBuilder(int index)repeated .tensorflow.AllocationDescription referenced_tensor = 11;AllocationDescriptionOrBuilderNodeExecStatsOrBuilder. getReferencedTensorOrBuilder(int index)repeated .tensorflow.AllocationDescription referenced_tensor = 11;Methods in org.tensorflow.framework that return types with arguments of type AllocationDescriptionOrBuilder Modifier and Type Method Description List<? extends AllocationDescriptionOrBuilder>NodeExecStats.Builder. getReferencedTensorOrBuilderList()repeated .tensorflow.AllocationDescription referenced_tensor = 11;List<? extends AllocationDescriptionOrBuilder>NodeExecStats. getReferencedTensorOrBuilderList()repeated .tensorflow.AllocationDescription referenced_tensor = 11;List<? extends AllocationDescriptionOrBuilder>NodeExecStatsOrBuilder. getReferencedTensorOrBuilderList()repeated .tensorflow.AllocationDescription referenced_tensor = 11;
-