Uses of Class
org.tensorflow.framework.RunMetadata.FunctionGraphs
Packages that use RunMetadata.FunctionGraphs
-
Uses of RunMetadata.FunctionGraphs in org.tensorflow.framework
Methods in org.tensorflow.framework that return RunMetadata.FunctionGraphsModifier and TypeMethodDescriptionRunMetadata.FunctionGraphs.Builder.build()RunMetadata.FunctionGraphs.Builder.buildPartial()static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.getDefaultInstance()RunMetadata.FunctionGraphs.Builder.getDefaultInstanceForType()RunMetadata.FunctionGraphs.getDefaultInstanceForType()RunMetadata.Builder.getFunctionGraphs(int index) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.getFunctionGraphs(int index) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadataOrBuilder.getFunctionGraphs(int index) This is only populated for graphs that are run as functions in TensorFlow V2.static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseDelimitedFrom(InputStream input) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(byte[] data) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(com.google.protobuf.ByteString data) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(com.google.protobuf.CodedInputStream input) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(InputStream input) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(ByteBuffer data) static RunMetadata.FunctionGraphsRunMetadata.FunctionGraphs.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type RunMetadata.FunctionGraphsModifier and TypeMethodDescriptionRunMetadata.Builder.getFunctionGraphsList()This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.getFunctionGraphsList()This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadataOrBuilder.getFunctionGraphsList()This is only populated for graphs that are run as functions in TensorFlow V2.com.google.protobuf.Parser<RunMetadata.FunctionGraphs> RunMetadata.FunctionGraphs.getParserForType()static com.google.protobuf.Parser<RunMetadata.FunctionGraphs> RunMetadata.FunctionGraphs.parser()Methods in org.tensorflow.framework with parameters of type RunMetadata.FunctionGraphsModifier and TypeMethodDescriptionRunMetadata.Builder.addFunctionGraphs(int index, RunMetadata.FunctionGraphs value) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.addFunctionGraphs(RunMetadata.FunctionGraphs value) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.FunctionGraphs.Builder.mergeFrom(RunMetadata.FunctionGraphs other) RunMetadata.FunctionGraphs.newBuilder(RunMetadata.FunctionGraphs prototype) RunMetadata.Builder.setFunctionGraphs(int index, RunMetadata.FunctionGraphs value) This is only populated for graphs that are run as functions in TensorFlow V2.Method parameters in org.tensorflow.framework with type arguments of type RunMetadata.FunctionGraphsModifier and TypeMethodDescriptionRunMetadata.Builder.addAllFunctionGraphs(Iterable<? extends RunMetadata.FunctionGraphs> values) This is only populated for graphs that are run as functions in TensorFlow V2.