Uses of Class
org.tensorflow.proto.FunctionDef.Builder
Packages that use FunctionDef.Builder
-
Uses of FunctionDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type FunctionDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classA function can be instantiated when the runtime can bind every attr with a value.Methods in org.tensorflow.proto that return FunctionDef.BuilderModifier and TypeMethodDescriptionFunctionDef.Builder.addAllNodeDef(Iterable<? extends NodeDef> values) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDefLibrary.Builder.addFunctionBuilder()repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.addFunctionBuilder(int index) repeated .tensorflow.FunctionDef function = 1;FunctionDef.Builder.addNodeDef(int index, NodeDef value) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.addNodeDef(int index, NodeDef.Builder builderForValue) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.addNodeDef(NodeDef value) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.addNodeDef(NodeDef.Builder builderForValue) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) FunctionDef.Builder.clear()FunctionDef.Builder.clearArgAttr()FunctionDef.Builder.clearAttr()FunctionDef.Builder.clearControlRet()FunctionDef.Builder.clearField(Descriptors.FieldDescriptor field) FunctionDef.Builder.clearNodeDef()By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) FunctionDef.Builder.clearResourceArgUniqueId()FunctionDef.Builder.clearRet()FunctionDef.Builder.clearSignature()The definition of the function's name, arguments, return values, attrs etc.FunctionDef.Builder.clone()FunctionDefLibrary.Builder.getFunctionBuilder(int index) repeated .tensorflow.FunctionDef function = 1;FunctionDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) FunctionDef.Builder.mergeFrom(FunctionDef other) FunctionDef.Builder.mergeSignature(OpDef value) The definition of the function's name, arguments, return values, attrs etc.final FunctionDef.BuilderFunctionDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static FunctionDef.BuilderFunctionDef.newBuilder()static FunctionDef.BuilderFunctionDef.newBuilder(FunctionDef prototype) FunctionDef.newBuilderForType()protected FunctionDef.BuilderFunctionDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) FunctionDef.Builder.putAllArgAttr(Map<Integer, FunctionDef.ArgAttrs> values) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;FunctionDef.Builder.putAllAttr(Map<String, AttrValue> values) Attributes specific to this function definition.FunctionDef.Builder.putAllControlRet(Map<String, String> values) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.FunctionDef.Builder.putAllResourceArgUniqueId(Map<Integer, Integer> values) Unique IDs for each resource argument, used to track aliasing resources.A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.FunctionDef.Builder.putArgAttr(int key, FunctionDef.ArgAttrs value) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;Attributes specific to this function definition.FunctionDef.Builder.putControlRet(String key, String value) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.FunctionDef.Builder.putResourceArgUniqueId(int key, int value) Unique IDs for each resource argument, used to track aliasing resources.A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.FunctionDef.Builder.removeArgAttr(int key) map<uint32, .tensorflow.FunctionDef.ArgAttrs> arg_attr = 7;FunctionDef.Builder.removeAttr(String key) Attributes specific to this function definition.FunctionDef.Builder.removeControlRet(String key) A mapping from control output names from `signature` to node names in `node_def` which should be control outputs of this function.FunctionDef.Builder.removeNodeDef(int index) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.removeResourceArgUniqueId(int key) Unique IDs for each resource argument, used to track aliasing resources.A mapping from the output arg names from `signature` to the outputs from `node_def` that should be returned by the function.FunctionDef.Builder.setField(Descriptors.FieldDescriptor field, Object value) FunctionDef.Builder.setNodeDef(int index, NodeDef value) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.setNodeDef(int index, NodeDef.Builder builderForValue) By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) FunctionDef.Builder.setSignature(OpDef value) The definition of the function's name, arguments, return values, attrs etc.FunctionDef.Builder.setSignature(OpDef.Builder builderForValue) The definition of the function's name, arguments, return values, attrs etc.final FunctionDef.BuilderFunctionDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) FunctionDef.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type FunctionDef.BuilderModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.getFunctionBuilderList()repeated .tensorflow.FunctionDef function = 1;Methods in org.tensorflow.proto with parameters of type FunctionDef.BuilderModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.addFunction(int index, FunctionDef.Builder builderForValue) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.addFunction(FunctionDef.Builder builderForValue) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.setFunction(int index, FunctionDef.Builder builderForValue) repeated .tensorflow.FunctionDef function = 1;