Uses of Class
org.tensorflow.proto.ValuesDef.Builder
Packages that use ValuesDef.Builder
-
Uses of ValuesDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type ValuesDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtocol buffer representing the values in ControlFlowContext.Methods in org.tensorflow.proto that return ValuesDef.BuilderModifier and TypeMethodDescriptionValuesDef.Builder.addAllValues(Iterable<String> values) Value names that have been seen in this context.Value names that have been seen in this context.ValuesDef.Builder.addValuesBytes(ByteString value) Value names that have been seen in this context.ValuesDef.Builder.clear()ValuesDef.Builder.clearExternalValues()ValuesDef.Builder.clearValues()Value names that have been seen in this context.CondContextDef.Builder.getValuesDefBuilder()Values and external values in control flow context.WhileContextDef.Builder.getValuesDefBuilder()Values and external values in control flow context.ValuesDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ValuesDef.BuilderValuesDef.newBuilder()static ValuesDef.BuilderValuesDef.newBuilder(ValuesDef prototype) ValuesDef.newBuilderForType()protected ValuesDef.BuilderValuesDef.newBuilderForType(AbstractMessage.BuilderParent parent) ValuesDef.Builder.putAllExternalValues(Map<String, String> values) Value names referenced by but external to this context.ValuesDef.Builder.putExternalValues(String key, String value) Value names referenced by but external to this context.ValuesDef.Builder.removeExternalValues(String key) Value names referenced by but external to this context.Value names that have been seen in this context.ValuesDef.toBuilder()Methods in org.tensorflow.proto with parameters of type ValuesDef.BuilderModifier and TypeMethodDescriptionCondContextDef.Builder.setValuesDef(ValuesDef.Builder builderForValue) Values and external values in control flow context.WhileContextDef.Builder.setValuesDef(ValuesDef.Builder builderForValue) Values and external values in control flow context.