Uses of Class
org.tensorflow.framework.RunMetadata
Packages that use RunMetadata
-
Uses of RunMetadata in org.tensorflow.framework
Methods in org.tensorflow.framework that return RunMetadataModifier and TypeMethodDescriptionRunMetadata.Builder.build()RunMetadata.Builder.buildPartial()static RunMetadataRunMetadata.getDefaultInstance()RunMetadata.Builder.getDefaultInstanceForType()RunMetadata.getDefaultInstanceForType()static RunMetadataRunMetadata.parseDelimitedFrom(InputStream input) static RunMetadataRunMetadata.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadataRunMetadata.parseFrom(byte[] data) static RunMetadataRunMetadata.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadataRunMetadata.parseFrom(com.google.protobuf.ByteString data) static RunMetadataRunMetadata.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadataRunMetadata.parseFrom(com.google.protobuf.CodedInputStream input) static RunMetadataRunMetadata.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadataRunMetadata.parseFrom(InputStream input) static RunMetadataRunMetadata.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadataRunMetadata.parseFrom(ByteBuffer data) static RunMetadataRunMetadata.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type RunMetadataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RunMetadata> RunMetadata.getParserForType()static com.google.protobuf.Parser<RunMetadata> RunMetadata.parser()Methods in org.tensorflow.framework with parameters of type RunMetadataModifier and TypeMethodDescriptionRunMetadata.Builder.mergeFrom(RunMetadata other) static RunMetadata.BuilderRunMetadata.newBuilder(RunMetadata prototype) -
Uses of RunMetadata in tensorflow.serving
Methods in tensorflow.serving that return RunMetadataModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunResponse.Builder.getMetadata()Returned metadata if requested in the options.SessionServiceOuterClass.SessionRunResponse.getMetadata()Returned metadata if requested in the options.SessionServiceOuterClass.SessionRunResponseOrBuilder.getMetadata()Returned metadata if requested in the options.Methods in tensorflow.serving with parameters of type RunMetadataModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunResponse.Builder.mergeMetadata(RunMetadata value) Returned metadata if requested in the options.SessionServiceOuterClass.SessionRunResponse.Builder.setMetadata(RunMetadata value) Returned metadata if requested in the options.