Uses of Class
org.tensorflow.framework.OpDef.ArgDef.Builder
Packages that use OpDef.ArgDef.Builder
-
Uses of OpDef.ArgDef.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDef.ArgDef.BuilderModifier and TypeMethodDescriptionOpDef.ArgDef.Builder.addAllHandleData(Iterable<? extends ResourceHandleProto.DtypeAndShape> values) The handle data for resource inputs.OpDef.ArgDef.Builder.addHandleData(int index, ResourceHandleProto.DtypeAndShape value) The handle data for resource inputs.OpDef.ArgDef.Builder.addHandleData(int index, ResourceHandleProto.DtypeAndShape.Builder builderForValue) The handle data for resource inputs.OpDef.ArgDef.Builder.addHandleData(ResourceHandleProto.DtypeAndShape value) The handle data for resource inputs.OpDef.ArgDef.Builder.addHandleData(ResourceHandleProto.DtypeAndShape.Builder builderForValue) The handle data for resource inputs.OpDef.Builder.addInputArgBuilder()Description of the input(s).OpDef.Builder.addInputArgBuilder(int index) Description of the input(s).OpDef.Builder.addOutputArgBuilder()Description of the output(s).OpDef.Builder.addOutputArgBuilder(int index) Description of the output(s).OpDef.ArgDef.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OpDef.ArgDef.Builder.clear()OpDef.ArgDef.Builder.clearDescription()Human readable description.OpDef.ArgDef.Builder.clearExperimentalFullType()Experimental.OpDef.ArgDef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OpDef.ArgDef.Builder.clearHandleData()The handle data for resource inputs.OpDef.ArgDef.Builder.clearIsRef()For inputs: if true, the inputs are required to be refs.OpDef.ArgDef.Builder.clearName()Name for the input/output.OpDef.ArgDef.Builder.clearNumberAttr()if specified, attr must have type "int"OpDef.ArgDef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OpDef.ArgDef.Builder.clearType()Describes the type of one or more tensors that are accepted/produced by this input/output arg.OpDef.ArgDef.Builder.clearTypeAttr()if specified, attr must have type "type"OpDef.ArgDef.Builder.clearTypeListAttr()If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.OpDef.ArgDef.Builder.clone()OpDef.Builder.getInputArgBuilder(int index) Description of the input(s).OpDef.Builder.getOutputArgBuilder(int index) Description of the output(s).OpDef.ArgDef.Builder.mergeExperimentalFullType(FullTypeDef value) Experimental.OpDef.ArgDef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OpDef.ArgDef.Builder.mergeFrom(com.google.protobuf.Message other) OpDef.ArgDef.Builder.mergeFrom(OpDef.ArgDef other) final OpDef.ArgDef.BuilderOpDef.ArgDef.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OpDef.ArgDef.BuilderOpDef.ArgDef.newBuilder()static OpDef.ArgDef.BuilderOpDef.ArgDef.newBuilder(OpDef.ArgDef prototype) OpDef.ArgDef.newBuilderForType()protected OpDef.ArgDef.BuilderOpDef.ArgDef.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OpDef.ArgDef.Builder.removeHandleData(int index) The handle data for resource inputs.OpDef.ArgDef.Builder.setDescription(String value) Human readable description.OpDef.ArgDef.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Human readable description.OpDef.ArgDef.Builder.setExperimentalFullType(FullTypeDef value) Experimental.OpDef.ArgDef.Builder.setExperimentalFullType(FullTypeDef.Builder builderForValue) Experimental.OpDef.ArgDef.Builder.setHandleData(int index, ResourceHandleProto.DtypeAndShape value) The handle data for resource inputs.OpDef.ArgDef.Builder.setHandleData(int index, ResourceHandleProto.DtypeAndShape.Builder builderForValue) The handle data for resource inputs.OpDef.ArgDef.Builder.setIsRef(boolean value) For inputs: if true, the inputs are required to be refs.Name for the input/output.OpDef.ArgDef.Builder.setNameBytes(com.google.protobuf.ByteString value) Name for the input/output.OpDef.ArgDef.Builder.setNumberAttr(String value) if specified, attr must have type "int"OpDef.ArgDef.Builder.setNumberAttrBytes(com.google.protobuf.ByteString value) if specified, attr must have type "int"OpDef.ArgDef.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Describes the type of one or more tensors that are accepted/produced by this input/output arg.OpDef.ArgDef.Builder.setTypeAttr(String value) if specified, attr must have type "type"OpDef.ArgDef.Builder.setTypeAttrBytes(com.google.protobuf.ByteString value) if specified, attr must have type "type"OpDef.ArgDef.Builder.setTypeListAttr(String value) If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.OpDef.ArgDef.Builder.setTypeListAttrBytes(com.google.protobuf.ByteString value) If specified, attr must have type "list(type)", and none of type, type_attr, and number_attr may be specified.OpDef.ArgDef.Builder.setTypeValue(int value) Describes the type of one or more tensors that are accepted/produced by this input/output arg.final OpDef.ArgDef.BuilderOpDef.ArgDef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OpDef.ArgDef.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type OpDef.ArgDef.BuilderModifier and TypeMethodDescriptionOpDef.Builder.getInputArgBuilderList()Description of the input(s).OpDef.Builder.getOutputArgBuilderList()Description of the output(s).Methods in org.tensorflow.framework with parameters of type OpDef.ArgDef.BuilderModifier and TypeMethodDescriptionOpDef.Builder.addInputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the input(s).OpDef.Builder.addInputArg(OpDef.ArgDef.Builder builderForValue) Description of the input(s).OpDef.Builder.addOutputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the output(s).OpDef.Builder.addOutputArg(OpDef.ArgDef.Builder builderForValue) Description of the output(s).OpDef.Builder.setInputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the input(s).OpDef.Builder.setOutputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the output(s).