Uses of Class
org.tensorflow.proto.ScopedAllocatorOptions.Builder
Packages that use ScopedAllocatorOptions.Builder
-
Uses of ScopedAllocatorOptions.Builder in org.tensorflow.proto
Subclasses with type arguments of type ScopedAllocatorOptions.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.ScopedAllocatorOptionsMethods in org.tensorflow.proto 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(ByteString value) If present, only perform optimization for these ops.ScopedAllocatorOptions.Builder.clear()ScopedAllocatorOptions.Builder.clearEnableOp()If present, only perform optimization for these ops.RewriterConfig.Builder.getScopedAllocatorOptsBuilder().tensorflow.ScopedAllocatorOptions scoped_allocator_opts = 16;ScopedAllocatorOptions.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) ScopedAllocatorOptions.Builder.mergeFrom(ScopedAllocatorOptions other) ScopedAllocatorOptions.newBuilder()ScopedAllocatorOptions.newBuilder(ScopedAllocatorOptions prototype) ScopedAllocatorOptions.newBuilderForType()protected ScopedAllocatorOptions.BuilderScopedAllocatorOptions.newBuilderForType(AbstractMessage.BuilderParent parent) ScopedAllocatorOptions.Builder.setEnableOp(int index, String value) If present, only perform optimization for these ops.ScopedAllocatorOptions.toBuilder()Methods in org.tensorflow.proto with parameters of type ScopedAllocatorOptions.BuilderModifier and TypeMethodDescriptionRewriterConfig.Builder.setScopedAllocatorOpts(ScopedAllocatorOptions.Builder builderForValue) .tensorflow.ScopedAllocatorOptions scoped_allocator_opts = 16;