Uses of Class
org.tensorflow.framework.AutoParallelOptions
Packages that use AutoParallelOptions
-
Uses of AutoParallelOptions in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(byte[] data) static AutoParallelOptionsAutoParallelOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(com.google.protobuf.ByteString data) static AutoParallelOptionsAutoParallelOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(com.google.protobuf.CodedInputStream input) static AutoParallelOptionsAutoParallelOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(InputStream input) static AutoParallelOptionsAutoParallelOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AutoParallelOptionsAutoParallelOptions.parseFrom(ByteBuffer data) static AutoParallelOptionsAutoParallelOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type AutoParallelOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<AutoParallelOptions> AutoParallelOptions.getParserForType()static com.google.protobuf.Parser<AutoParallelOptions> AutoParallelOptions.parser()Methods in org.tensorflow.framework 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.