Uses of Interface
org.tensorflow.framework.RunMetadata.FunctionGraphsOrBuilder
Packages that use RunMetadata.FunctionGraphsOrBuilder
-
Uses of RunMetadata.FunctionGraphsOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement RunMetadata.FunctionGraphsOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.RunMetadata.FunctionGraphsstatic final classProtobuf typetensorflow.RunMetadata.FunctionGraphsMethods in org.tensorflow.framework 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.framework 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.