Uses of Class
org.tensorflow.framework.OpDef.Builder
Packages that use OpDef.Builder
-
Uses of OpDef.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDef.BuilderModifier and TypeMethodDescriptionOpDef.Builder.addAllAttr(Iterable<? extends OpDef.AttrDef> values) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.addAllControlOutput(Iterable<String> values) Named control outputs for this operation.OpDef.Builder.addAllInputArg(Iterable<? extends OpDef.ArgDef> values) Description of the input(s).OpDef.Builder.addAllOutputArg(Iterable<? extends OpDef.ArgDef> values) Description of the output(s).OpDef.Builder.addAttr(int index, OpDef.AttrDef value) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.addAttr(int index, OpDef.AttrDef.Builder builderForValue) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.addAttr(OpDef.AttrDef value) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.addAttr(OpDef.AttrDef.Builder builderForValue) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.addControlOutput(String value) Named control outputs for this operation.OpDef.Builder.addControlOutputBytes(com.google.protobuf.ByteString value) Named control outputs for this operation.OpDef.Builder.addInputArg(int index, OpDef.ArgDef value) Description of the input(s).OpDef.Builder.addInputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the input(s).OpDef.Builder.addInputArg(OpDef.ArgDef value) Description of the input(s).OpDef.Builder.addInputArg(OpDef.ArgDef.Builder builderForValue) Description of the input(s).OpList.Builder.addOpBuilder()repeated .tensorflow.OpDef op = 1;OpList.Builder.addOpBuilder(int index) repeated .tensorflow.OpDef op = 1;OpDef.Builder.addOutputArg(int index, OpDef.ArgDef value) Description of the output(s).OpDef.Builder.addOutputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the output(s).OpDef.Builder.addOutputArg(OpDef.ArgDef value) Description of the output(s).OpDef.Builder.addOutputArg(OpDef.ArgDef.Builder builderForValue) Description of the output(s).OpDef.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OpDef.Builder.clear()OpDef.Builder.clearAllowsUninitializedInput()By default, all inputs to an Op must be initialized Tensors.OpDef.Builder.clearAttr()repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.clearControlOutput()Named control outputs for this operation.OpDef.Builder.clearDeprecation()Optional deprecation based on GraphDef versions.OpDef.Builder.clearDescription()Additional, longer human-readable description of what the Op does.OpDef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OpDef.Builder.clearInputArg()Description of the input(s).OpDef.Builder.clearIsAggregate()If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.OpDef.Builder.clearIsCommutative()True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)OpDef.Builder.clearIsDistributedCommunication()Indicates whether the op implementation uses distributed communication.OpDef.Builder.clearIsStateful()Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g. variable reading op) or if they have a side-effect (e.g. printing or asserting ops).OpDef.Builder.clearName()Op names starting with an underscore are reserved for internal use.OpDef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OpDef.Builder.clearOutputArg()Description of the output(s).OpDef.Builder.clearSummary()One-line human-readable description of what the Op does.OpDef.Builder.clone()OpList.Builder.getOpBuilder(int index) repeated .tensorflow.OpDef op = 1;FunctionDef.Builder.getSignatureBuilder()The definition of the function's name, arguments, return values, attrs etc.OpDef.Builder.mergeDeprecation(OpDeprecation value) Optional deprecation based on GraphDef versions.OpDef.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OpDef.Builder.mergeFrom(com.google.protobuf.Message other) final OpDef.BuilderOpDef.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OpDef.BuilderOpDef.newBuilder()static OpDef.BuilderOpDef.newBuilder(OpDef prototype) OpDef.newBuilderForType()protected OpDef.BuilderOpDef.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OpDef.Builder.removeAttr(int index) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.removeInputArg(int index) Description of the input(s).OpDef.Builder.removeOutputArg(int index) Description of the output(s).OpDef.Builder.setAllowsUninitializedInput(boolean value) By default, all inputs to an Op must be initialized Tensors.OpDef.Builder.setAttr(int index, OpDef.AttrDef value) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.setAttr(int index, OpDef.AttrDef.Builder builderForValue) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.Builder.setControlOutput(int index, String value) Named control outputs for this operation.OpDef.Builder.setDeprecation(OpDeprecation value) Optional deprecation based on GraphDef versions.OpDef.Builder.setDeprecation(OpDeprecation.Builder builderForValue) Optional deprecation based on GraphDef versions.OpDef.Builder.setDescription(String value) Additional, longer human-readable description of what the Op does.OpDef.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Additional, longer human-readable description of what the Op does.OpDef.Builder.setInputArg(int index, OpDef.ArgDef value) Description of the input(s).OpDef.Builder.setInputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the input(s).OpDef.Builder.setIsAggregate(boolean value) If is_aggregate is true, then this operation accepts N >= 2 inputs and produces 1 output all of the same type.OpDef.Builder.setIsCommutative(boolean value) True if the operation is commutative ("op(a,b) == op(b,a)" for all inputs)OpDef.Builder.setIsDistributedCommunication(boolean value) Indicates whether the op implementation uses distributed communication.OpDef.Builder.setIsStateful(boolean value) Ops are marked as stateful if their behavior depends on some state beyond their input tensors (e.g. variable reading op) or if they have a side-effect (e.g. printing or asserting ops).Op names starting with an underscore are reserved for internal use.OpDef.Builder.setNameBytes(com.google.protobuf.ByteString value) Op names starting with an underscore are reserved for internal use.OpDef.Builder.setOutputArg(int index, OpDef.ArgDef value) Description of the output(s).OpDef.Builder.setOutputArg(int index, OpDef.ArgDef.Builder builderForValue) Description of the output(s).OpDef.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OpDef.Builder.setSummary(String value) One-line human-readable description of what the Op does.OpDef.Builder.setSummaryBytes(com.google.protobuf.ByteString value) One-line human-readable description of what the Op does.final OpDef.BuilderOpDef.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OpDef.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type OpDef.BuilderModifier and TypeMethodDescriptionOpList.Builder.getOpBuilderList()repeated .tensorflow.OpDef op = 1;Methods in org.tensorflow.framework with parameters of type OpDef.BuilderModifier and TypeMethodDescriptionOpList.Builder.addOp(int index, OpDef.Builder builderForValue) repeated .tensorflow.OpDef op = 1;OpList.Builder.addOp(OpDef.Builder builderForValue) repeated .tensorflow.OpDef op = 1;OpList.Builder.setOp(int index, OpDef.Builder builderForValue) repeated .tensorflow.OpDef op = 1;FunctionDef.Builder.setSignature(OpDef.Builder builderForValue) The definition of the function's name, arguments, return values, attrs etc.