Uses of Class
org.tensorflow.framework.GraphOptions
-
Packages that use GraphOptions Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of GraphOptions in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return GraphOptions Modifier and Type Method Description GraphOptionsRegisterGraphRequest.Builder. getGraphOptions()Configuration options for the session in which this graph was created.GraphOptionsRegisterGraphRequest. getGraphOptions()Configuration options for the session in which this graph was created.GraphOptionsRegisterGraphRequestOrBuilder. getGraphOptions()Configuration options for the session in which this graph was created.Methods in org.tensorflow.distruntime with parameters of type GraphOptions Modifier and Type Method Description RegisterGraphRequest.BuilderRegisterGraphRequest.Builder. mergeGraphOptions(GraphOptions value)Configuration options for the session in which this graph was created.RegisterGraphRequest.BuilderRegisterGraphRequest.Builder. setGraphOptions(GraphOptions value)Configuration options for the session in which this graph was created. -
Uses of GraphOptions in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphOptions Modifier and Type Method Description GraphOptionsGraphOptions.Builder. build()GraphOptionsGraphOptions.Builder. buildPartial()static GraphOptionsGraphOptions. getDefaultInstance()GraphOptionsGraphOptions.Builder. getDefaultInstanceForType()GraphOptionsGraphOptions. getDefaultInstanceForType()GraphOptionsConfigProto.Builder. getGraphOptions()Options that apply to all graphs.GraphOptionsConfigProto. getGraphOptions()Options that apply to all graphs.GraphOptionsConfigProtoOrBuilder. getGraphOptions()Options that apply to all graphs.static GraphOptionsGraphOptions. parseDelimitedFrom(InputStream input)static GraphOptionsGraphOptions. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphOptionsGraphOptions. parseFrom(byte[] data)static GraphOptionsGraphOptions. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphOptionsGraphOptions. parseFrom(InputStream input)static GraphOptionsGraphOptions. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphOptionsGraphOptions. parseFrom(ByteBuffer data)static GraphOptionsGraphOptions. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphOptionsGraphOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data)static GraphOptionsGraphOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static GraphOptionsGraphOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static GraphOptionsGraphOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type GraphOptions Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<GraphOptions>GraphOptions. getParserForType()static org.nd4j.shade.protobuf.Parser<GraphOptions>GraphOptions. parser()Methods in org.tensorflow.framework with parameters of type GraphOptions Modifier and Type Method Description GraphOptions.BuilderGraphOptions.Builder. mergeFrom(GraphOptions other)ConfigProto.BuilderConfigProto.Builder. mergeGraphOptions(GraphOptions value)Options that apply to all graphs.static GraphOptions.BuilderGraphOptions. newBuilder(GraphOptions prototype)ConfigProto.BuilderConfigProto.Builder. setGraphOptions(GraphOptions value)Options that apply to all graphs.
-