Uses of Class
org.tensorflow.proto.KernelDef.AttrConstraint
Packages that use KernelDef.AttrConstraint
-
Uses of KernelDef.AttrConstraint in org.tensorflow.proto
Methods in org.tensorflow.proto that return KernelDef.AttrConstraintModifier and TypeMethodDescriptionKernelDef.AttrConstraint.Builder.build()KernelDef.AttrConstraint.Builder.buildPartial()KernelDef.Builder.getConstraint(int index) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.getConstraint(int index) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDefOrBuilder.getConstraint(int index) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;static KernelDef.AttrConstraintKernelDef.AttrConstraint.getDefaultInstance()KernelDef.AttrConstraint.Builder.getDefaultInstanceForType()KernelDef.AttrConstraint.getDefaultInstanceForType()static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseDelimitedFrom(InputStream input) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(byte[] data) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(ByteString data) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(CodedInputStream input) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(InputStream input) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(ByteBuffer data) static KernelDef.AttrConstraintKernelDef.AttrConstraint.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type KernelDef.AttrConstraintModifier and TypeMethodDescriptionKernelDef.Builder.getConstraintList()repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.getConstraintList()repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDefOrBuilder.getConstraintList()repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.AttrConstraint.getParserForType()static Parser<KernelDef.AttrConstraint> KernelDef.AttrConstraint.parser()Methods in org.tensorflow.proto with parameters of type KernelDef.AttrConstraintModifier and TypeMethodDescriptionKernelDef.Builder.addConstraint(int index, KernelDef.AttrConstraint value) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.Builder.addConstraint(KernelDef.AttrConstraint value) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;KernelDef.AttrConstraint.Builder.mergeFrom(KernelDef.AttrConstraint other) KernelDef.AttrConstraint.newBuilder(KernelDef.AttrConstraint prototype) KernelDef.Builder.setConstraint(int index, KernelDef.AttrConstraint value) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;Method parameters in org.tensorflow.proto with type arguments of type KernelDef.AttrConstraintModifier and TypeMethodDescriptionKernelDef.Builder.addAllConstraint(Iterable<? extends KernelDef.AttrConstraint> values) repeated .tensorflow.KernelDef.AttrConstraint constraint = 3;