Uses of Class
org.tensorflow.framework.ConfigProto
-
Packages that use ConfigProto Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of ConfigProto in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return ConfigProto Modifier and Type Method Description ConfigProtoCreateSessionRequest.Builder. getConfig()Configuration options.ConfigProtoCreateSessionRequest. getConfig()Configuration options.ConfigProtoCreateSessionRequestOrBuilder. getConfig()Configuration options.ConfigProtoServerDef.Builder. getDefaultSessionConfig()The default configuration for sessions that run on this server.ConfigProtoServerDef. getDefaultSessionConfig()The default configuration for sessions that run on this server.ConfigProtoServerDefOrBuilder. getDefaultSessionConfig()The default configuration for sessions that run on this server.Methods in org.tensorflow.distruntime with parameters of type ConfigProto Modifier and Type Method Description CreateSessionRequest.BuilderCreateSessionRequest.Builder. mergeConfig(ConfigProto value)Configuration options.ServerDef.BuilderServerDef.Builder. mergeDefaultSessionConfig(ConfigProto value)The default configuration for sessions that run on this server.CreateSessionRequest.BuilderCreateSessionRequest.Builder. setConfig(ConfigProto value)Configuration options.ServerDef.BuilderServerDef.Builder. setDefaultSessionConfig(ConfigProto value)The default configuration for sessions that run on this server. -
Uses of ConfigProto in org.tensorflow.framework
Methods in org.tensorflow.framework that return ConfigProto Modifier and Type Method Description ConfigProtoConfigProto.Builder. build()ConfigProtoConfigProto.Builder. buildPartial()static ConfigProtoConfigProto. getDefaultInstance()ConfigProtoConfigProto.Builder. getDefaultInstanceForType()ConfigProtoConfigProto. getDefaultInstanceForType()static ConfigProtoConfigProto. parseDelimitedFrom(InputStream input)static ConfigProtoConfigProto. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoConfigProto. parseFrom(byte[] data)static ConfigProtoConfigProto. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoConfigProto. parseFrom(InputStream input)static ConfigProtoConfigProto. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoConfigProto. parseFrom(ByteBuffer data)static ConfigProtoConfigProto. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoConfigProto. parseFrom(org.nd4j.shade.protobuf.ByteString data)static ConfigProtoConfigProto. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ConfigProtoConfigProto. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static ConfigProtoConfigProto. 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 ConfigProto Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<ConfigProto>ConfigProto. getParserForType()static org.nd4j.shade.protobuf.Parser<ConfigProto>ConfigProto. parser()Methods in org.tensorflow.framework with parameters of type ConfigProto Modifier and Type Method Description ConfigProto.BuilderConfigProto.Builder. mergeFrom(ConfigProto other)static ConfigProto.BuilderConfigProto. newBuilder(ConfigProto prototype)
-