Uses of Class
org.tensorflow.framework.GraphDef
Packages that use GraphDef
-
Uses of GraphDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphDefModifier and TypeMethodDescriptionGraphDef.Builder.build()GraphDef.Builder.buildPartial()static GraphDefGraphDef.getDefaultInstance()GraphDef.Builder.getDefaultInstanceForType()GraphDef.getDefaultInstanceForType()MetaGraphDef.Builder.getGraphDef()GraphDef.MetaGraphDef.getGraphDef()GraphDef.MetaGraphDefOrBuilder.getGraphDef()GraphDef.RunMetadata.Builder.getPartitionGraphs(int index) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.getPartitionGraphs(int index) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.getPartitionGraphs(int index) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphsOrBuilder.getPartitionGraphs(int index) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.getPartitionGraphs(int index) Graphs of the partitions executed by executors.RunMetadataOrBuilder.getPartitionGraphs(int index) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.getPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.getPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphsOrBuilder.getPostOptimizationGraph().tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.Builder.getPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;RunMetadata.FunctionGraphs.getPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;RunMetadata.FunctionGraphsOrBuilder.getPreOptimizationGraph().tensorflow.GraphDef pre_optimization_graph = 2;static GraphDefGraphDef.parseDelimitedFrom(InputStream input) static GraphDefGraphDef.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphDefGraphDef.parseFrom(byte[] data) static GraphDefGraphDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphDefGraphDef.parseFrom(com.google.protobuf.ByteString data) static GraphDefGraphDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphDefGraphDef.parseFrom(com.google.protobuf.CodedInputStream input) static GraphDefGraphDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphDefGraphDef.parseFrom(InputStream input) static GraphDefGraphDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphDefGraphDef.parseFrom(ByteBuffer data) static GraphDefGraphDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type GraphDefModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GraphDef> GraphDef.getParserForType()RunMetadata.Builder.getPartitionGraphsList()Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.getPartitionGraphsList()TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.getPartitionGraphsList()TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphsOrBuilder.getPartitionGraphsList()TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.getPartitionGraphsList()Graphs of the partitions executed by executors.RunMetadataOrBuilder.getPartitionGraphsList()Graphs of the partitions executed by executors.static com.google.protobuf.Parser<GraphDef> GraphDef.parser()Methods in org.tensorflow.framework with parameters of type GraphDefModifier and TypeMethodDescriptionRunMetadata.Builder.addPartitionGraphs(int index, GraphDef value) Graphs of the partitions executed by executors.RunMetadata.Builder.addPartitionGraphs(GraphDef value) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.addPartitionGraphs(int index, GraphDef value) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder.addPartitionGraphs(GraphDef value) TODO(nareshmodi): Include some sort of function/cache-key identifier?MetaGraphDef.Builder.mergeGraphDef(GraphDef value) GraphDef.RunMetadata.FunctionGraphs.Builder.mergePostOptimizationGraph(GraphDef value) .tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.Builder.mergePreOptimizationGraph(GraphDef value) .tensorflow.GraphDef pre_optimization_graph = 2;static GraphDef.BuilderGraphDef.newBuilder(GraphDef prototype) MetaGraphDef.Builder.setGraphDef(GraphDef value) GraphDef.RunMetadata.Builder.setPartitionGraphs(int index, GraphDef value) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.setPartitionGraphs(int index, GraphDef value) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder.setPostOptimizationGraph(GraphDef value) .tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.Builder.setPreOptimizationGraph(GraphDef value) .tensorflow.GraphDef pre_optimization_graph = 2;Method parameters in org.tensorflow.framework with type arguments of type GraphDefModifier and TypeMethodDescriptionRunMetadata.Builder.addAllPartitionGraphs(Iterable<? extends GraphDef> values) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.addAllPartitionGraphs(Iterable<? extends GraphDef> values) TODO(nareshmodi): Include some sort of function/cache-key identifier?