Uses of Class
org.tensorflow.proto.AutoParallelOptions
Packages that use AutoParallelOptions
-
Uses of AutoParallelOptions in org.tensorflow.proto
Methods in org.tensorflow.proto that return AutoParallelOptionsModifier and TypeMethodDescriptionAutoParallelOptions.Builder.build()AutoParallelOptions.Builder.buildPartial()RewriterConfig.Builder.getAutoParallel()Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.RewriterConfig.getAutoParallel()Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.RewriterConfigOrBuilder.getAutoParallel()Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.static AutoParallelOptionsAutoParallelOptions.getDefaultInstance()AutoParallelOptions.Builder.getDefaultInstanceForType()AutoParallelOptions.getDefaultInstanceForType()static AutoParallelOptionsAutoParallelOptions.parseDelimitedFrom(InputStream input) static AutoParallelOptionsAutoParallelOptions.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(byte[] data) static AutoParallelOptionsAutoParallelOptions.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(ByteString data) static AutoParallelOptionsAutoParallelOptions.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(CodedInputStream input) static AutoParallelOptionsAutoParallelOptions.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(InputStream input) static AutoParallelOptionsAutoParallelOptions.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(ByteBuffer data) static AutoParallelOptionsAutoParallelOptions.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type AutoParallelOptionsModifier and TypeMethodDescriptionAutoParallelOptions.getParserForType()static Parser<AutoParallelOptions> AutoParallelOptions.parser()Methods in org.tensorflow.proto with parameters of type AutoParallelOptionsModifier and TypeMethodDescriptionRewriterConfig.Builder.mergeAutoParallel(AutoParallelOptions value) Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.AutoParallelOptions.Builder.mergeFrom(AutoParallelOptions other) static AutoParallelOptions.BuilderAutoParallelOptions.newBuilder(AutoParallelOptions prototype) RewriterConfig.Builder.setAutoParallel(AutoParallelOptions value) Configures AutoParallel optimization passes either through the meta-optimizer or when manually specified through the optimizers field.