Uses of Class
org.tensorflow.framework.GraphOptions
Packages that use GraphOptions
-
Uses of GraphOptions in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphOptionsModifier and TypeMethodDescriptionGraphOptions.Builder.build()GraphOptions.Builder.buildPartial()static GraphOptionsGraphOptions.getDefaultInstance()GraphOptions.Builder.getDefaultInstanceForType()GraphOptions.getDefaultInstanceForType()ConfigProto.Builder.getGraphOptions()Options that apply to all graphs.ConfigProto.getGraphOptions()Options that apply to all graphs.ConfigProtoOrBuilder.getGraphOptions()Options that apply to all graphs.static GraphOptionsGraphOptions.parseDelimitedFrom(InputStream input) static GraphOptionsGraphOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphOptionsGraphOptions.parseFrom(byte[] data) static GraphOptionsGraphOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphOptionsGraphOptions.parseFrom(com.google.protobuf.ByteString data) static GraphOptionsGraphOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphOptionsGraphOptions.parseFrom(com.google.protobuf.CodedInputStream input) static GraphOptionsGraphOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphOptionsGraphOptions.parseFrom(InputStream input) static GraphOptionsGraphOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphOptionsGraphOptions.parseFrom(ByteBuffer data) static GraphOptionsGraphOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type GraphOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GraphOptions> GraphOptions.getParserForType()static com.google.protobuf.Parser<GraphOptions> GraphOptions.parser()Methods in org.tensorflow.framework with parameters of type GraphOptionsModifier and TypeMethodDescriptionGraphOptions.Builder.mergeFrom(GraphOptions other) ConfigProto.Builder.mergeGraphOptions(GraphOptions value) Options that apply to all graphs.static GraphOptions.BuilderGraphOptions.newBuilder(GraphOptions prototype) ConfigProto.Builder.setGraphOptions(GraphOptions value) Options that apply to all graphs.