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.clear()KernelDef.AttrConstraint.Builder.clearAllowedValues()A list of values that this kernel supports for this attr.KernelDef.AttrConstraint.Builder.clearName()Name of an attr from the Op.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.newBuilder()KernelDef.AttrConstraint.newBuilder(KernelDef.AttrConstraint prototype) KernelDef.AttrConstraint.newBuilderForType()protected KernelDef.AttrConstraint.BuilderKernelDef.AttrConstraint.newBuilderForType(AbstractMessage.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.Name of an attr from the Op.KernelDef.AttrConstraint.Builder.setNameBytes(ByteString value) Name of an attr from the Op.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;