Uses of Class
org.tensorflow.proto.AllocatorMemoryUsed
Packages that use AllocatorMemoryUsed
-
Uses of AllocatorMemoryUsed in org.tensorflow.proto
Methods in org.tensorflow.proto that return AllocatorMemoryUsedModifier and TypeMethodDescriptionAllocatorMemoryUsed.Builder.build()AllocatorMemoryUsed.Builder.buildPartial()static AllocatorMemoryUsedAllocatorMemoryUsed.getDefaultInstance()AllocatorMemoryUsed.Builder.getDefaultInstanceForType()AllocatorMemoryUsed.getDefaultInstanceForType()NodeExecStats.Builder.getMemory(int index) repeated .tensorflow.AllocatorMemoryUsed memory = 6;NodeExecStats.getMemory(int index) repeated .tensorflow.AllocatorMemoryUsed memory = 6;NodeExecStatsOrBuilder.getMemory(int index) repeated .tensorflow.AllocatorMemoryUsed memory = 6;static AllocatorMemoryUsedAllocatorMemoryUsed.parseDelimitedFrom(InputStream input) static AllocatorMemoryUsedAllocatorMemoryUsed.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(byte[] data) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(ByteString data) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(CodedInputStream input) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(InputStream input) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(ByteBuffer data) static AllocatorMemoryUsedAllocatorMemoryUsed.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type AllocatorMemoryUsedModifier and TypeMethodDescriptionNodeExecStats.Builder.getMemoryList()repeated .tensorflow.AllocatorMemoryUsed memory = 6;NodeExecStats.getMemoryList()repeated .tensorflow.AllocatorMemoryUsed memory = 6;NodeExecStatsOrBuilder.getMemoryList()repeated .tensorflow.AllocatorMemoryUsed memory = 6;AllocatorMemoryUsed.getParserForType()static Parser<AllocatorMemoryUsed> AllocatorMemoryUsed.parser()Methods in org.tensorflow.proto with parameters of type AllocatorMemoryUsedModifier and TypeMethodDescriptionNodeExecStats.Builder.addMemory(int index, AllocatorMemoryUsed value) repeated .tensorflow.AllocatorMemoryUsed memory = 6;NodeExecStats.Builder.addMemory(AllocatorMemoryUsed value) repeated .tensorflow.AllocatorMemoryUsed memory = 6;AllocatorMemoryUsed.Builder.mergeFrom(AllocatorMemoryUsed other) static AllocatorMemoryUsed.BuilderAllocatorMemoryUsed.newBuilder(AllocatorMemoryUsed prototype) NodeExecStats.Builder.setMemory(int index, AllocatorMemoryUsed value) repeated .tensorflow.AllocatorMemoryUsed memory = 6;Method parameters in org.tensorflow.proto with type arguments of type AllocatorMemoryUsedModifier and TypeMethodDescriptionNodeExecStats.Builder.addAllMemory(Iterable<? extends AllocatorMemoryUsed> values) repeated .tensorflow.AllocatorMemoryUsed memory = 6;