Uses of Class
org.tensorflow.framework.ScopedAllocatorOptions.Builder
Packages that use ScopedAllocatorOptions.Builder
-
Uses of ScopedAllocatorOptions.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return ScopedAllocatorOptions.BuilderModifier and TypeMethodDescriptionScopedAllocatorOptions.Builder.addAllEnableOp(Iterable<String> values) If present, only perform optimization for these ops.ScopedAllocatorOptions.Builder.addEnableOp(String value) If present, only perform optimization for these ops.ScopedAllocatorOptions.Builder.addEnableOpBytes(com.google.protobuf.ByteString value) If present, only perform optimization for these ops.ScopedAllocatorOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ScopedAllocatorOptions.Builder.clear()ScopedAllocatorOptions.Builder.clearEnableOp()If present, only perform optimization for these ops.ScopedAllocatorOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ScopedAllocatorOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ScopedAllocatorOptions.Builder.clone()RewriterConfig.Builder.getScopedAllocatorOptsBuilder().tensorflow.ScopedAllocatorOptions scoped_allocator_opts = 16;ScopedAllocatorOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ScopedAllocatorOptions.Builder.mergeFrom(com.google.protobuf.Message other) ScopedAllocatorOptions.Builder.mergeFrom(ScopedAllocatorOptions other) ScopedAllocatorOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ScopedAllocatorOptions.newBuilder()ScopedAllocatorOptions.newBuilder(ScopedAllocatorOptions prototype) ScopedAllocatorOptions.newBuilderForType()protected ScopedAllocatorOptions.BuilderScopedAllocatorOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ScopedAllocatorOptions.Builder.setEnableOp(int index, String value) If present, only perform optimization for these ops.ScopedAllocatorOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ScopedAllocatorOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ScopedAllocatorOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ScopedAllocatorOptions.toBuilder()Methods in org.tensorflow.framework with parameters of type ScopedAllocatorOptions.BuilderModifier and TypeMethodDescriptionRewriterConfig.Builder.setScopedAllocatorOpts(ScopedAllocatorOptions.Builder builderForValue) .tensorflow.ScopedAllocatorOptions scoped_allocator_opts = 16;