Uses of Class
org.tensorflow.proto.KernelDef.AttrConstraint.Builder
Packages that use KernelDef.AttrConstraint.Builder
-
Uses of KernelDef.AttrConstraint.Builder in org.tensorflow.proto
Subclasses with type arguments of type KernelDef.AttrConstraint.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.KernelDef.AttrConstraintMethods in org.tensorflow.proto that return KernelDef.AttrConstraint.BuilderModifier and TypeMethodDescriptionKernelDef.Builder.addConstraintBuilder()repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.Builder.addConstraintBuilder(int index) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.AttrConstraint.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) KernelDef.AttrConstraint.Builder.clear()KernelDef.AttrConstraint.Builder.clearAllowedValues()A list of values that this kernel supports for this attr.KernelDef.AttrConstraint.Builder.clearField(Descriptors.FieldDescriptor field) KernelDef.AttrConstraint.Builder.clearName()Name of an attr from the Op.KernelDef.AttrConstraint.Builder.clearOneof(Descriptors.OneofDescriptor oneof) KernelDef.AttrConstraint.Builder.clone()KernelDef.Builder.getConstraintBuilder(int index) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.AttrConstraint.Builder.mergeAllowedValues(AttrValue value) A list of values that this kernel supports for this attr.KernelDef.AttrConstraint.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) KernelDef.AttrConstraint.Builder.mergeFrom(KernelDef.AttrConstraint other) KernelDef.AttrConstraint.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) KernelDef.AttrConstraint.newBuilder()KernelDef.AttrConstraint.newBuilder(KernelDef.AttrConstraint prototype) KernelDef.AttrConstraint.newBuilderForType()protected KernelDef.AttrConstraint.BuilderKernelDef.AttrConstraint.newBuilderForType(GeneratedMessageV3.BuilderParent parent) KernelDef.AttrConstraint.Builder.setAllowedValues(AttrValue value) A list of values that this kernel supports for this attr.KernelDef.AttrConstraint.Builder.setAllowedValues(AttrValue.Builder builderForValue) A list of values that this kernel supports for this attr.KernelDef.AttrConstraint.Builder.setField(Descriptors.FieldDescriptor field, Object value) Name of an attr from the Op.KernelDef.AttrConstraint.Builder.setNameBytes(ByteString value) Name of an attr from the Op.KernelDef.AttrConstraint.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) KernelDef.AttrConstraint.Builder.setUnknownFields(UnknownFieldSet unknownFields) KernelDef.AttrConstraint.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type KernelDef.AttrConstraint.BuilderModifier and TypeMethodDescriptionKernelDef.Builder.getConstraintBuilderList()repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;Methods in org.tensorflow.proto with parameters of type KernelDef.AttrConstraint.BuilderModifier and TypeMethodDescriptionKernelDef.Builder.addConstraint(int index, KernelDef.AttrConstraint.Builder builderForValue) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.Builder.addConstraint(KernelDef.AttrConstraint.Builder builderForValue) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.Builder.setConstraint(int index, KernelDef.AttrConstraint.Builder builderForValue) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;