Uses of Interface
org.tensorflow.proto.RunMetadata.FunctionGraphsOrBuilder
Packages that use RunMetadata.FunctionGraphsOrBuilder
-
Uses of RunMetadata.FunctionGraphsOrBuilder in org.tensorflow.proto
Classes in org.tensorflow.proto that implement RunMetadata.FunctionGraphsOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.RunMetadata.FunctionGraphsstatic final classProtobuf typetensorflow.RunMetadata.FunctionGraphsMethods in org.tensorflow.proto that return RunMetadata.FunctionGraphsOrBuilderModifier and TypeMethodDescriptionRunMetadata.Builder.getFunctionGraphsOrBuilder(int index) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.getFunctionGraphsOrBuilder(int index) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadataOrBuilder.getFunctionGraphsOrBuilder(int index) This is only populated for graphs that are run as functions in TensorFlow V2.Methods in org.tensorflow.proto that return types with arguments of type RunMetadata.FunctionGraphsOrBuilderModifier and TypeMethodDescriptionList<? extends RunMetadata.FunctionGraphsOrBuilder> RunMetadata.Builder.getFunctionGraphsOrBuilderList()This is only populated for graphs that are run as functions in TensorFlow V2.List<? extends RunMetadata.FunctionGraphsOrBuilder> RunMetadata.getFunctionGraphsOrBuilderList()This is only populated for graphs that are run as functions in TensorFlow V2.List<? extends RunMetadata.FunctionGraphsOrBuilder> RunMetadataOrBuilder.getFunctionGraphsOrBuilderList()This is only populated for graphs that are run as functions in TensorFlow V2.