Uses of Class
org.tensorflow.proto.NodeDef.Builder
Packages that use NodeDef.Builder
-
Uses of NodeDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type NodeDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.NodeDefMethods in org.tensorflow.proto that return NodeDef.BuilderModifier and TypeMethodDescriptionNodeDef.Builder.addAllInput(Iterable<String> values) Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".NodeDef.Builder.addInputBytes(ByteString value) Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".GraphDef.Builder.addNodeBuilder()repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.addNodeBuilder(int index) repeated .tensorflow.NodeDef node = 1;FunctionDef.Builder.addNodeDefBuilder()By convention, "op" in node_def is resolved by consulting with a user-defined library first.FunctionDef.Builder.addNodeDefBuilder(int index) By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDef.Builder.clear()NodeDef.Builder.clearAttr()NodeDef.Builder.clearDevice()A (possibly partial) specification for the device on which this node should be placed.NodeDef.Builder.clearExperimentalDebugInfo()This stores debug information associated with the node.NodeDef.Builder.clearExperimentalType()The complete type of this node.NodeDef.Builder.clearInput()Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".NodeDef.Builder.clearName()The name given to this operator.NodeDef.Builder.clearOp()The operation name.GraphDef.Builder.getNodeBuilder(int index) repeated .tensorflow.NodeDef node = 1;FunctionDef.Builder.getNodeDefBuilder(int index) By convention, "op" in node_def is resolved by consulting with a user-defined library first.NodeDef.Builder.mergeExperimentalDebugInfo(NodeDef.ExperimentalDebugInfo value) This stores debug information associated with the node.NodeDef.Builder.mergeExperimentalType(FullTypeDef value) The complete type of this node.NodeDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static NodeDef.BuilderNodeDef.newBuilder()static NodeDef.BuilderNodeDef.newBuilder(NodeDef prototype) NodeDef.newBuilderForType()protected NodeDef.BuilderNodeDef.newBuilderForType(AbstractMessage.BuilderParent parent) NodeDef.Builder.putAllAttr(Map<String, AttrValue> values) Operation-specific graph-construction-time configuration.Operation-specific graph-construction-time configuration.NodeDef.Builder.removeAttr(String key) Operation-specific graph-construction-time configuration.A (possibly partial) specification for the device on which this node should be placed.NodeDef.Builder.setDeviceBytes(ByteString value) A (possibly partial) specification for the device on which this node should be placed.NodeDef.Builder.setExperimentalDebugInfo(NodeDef.ExperimentalDebugInfo value) This stores debug information associated with the node.NodeDef.Builder.setExperimentalDebugInfo(NodeDef.ExperimentalDebugInfo.Builder builderForValue) This stores debug information associated with the node.NodeDef.Builder.setExperimentalType(FullTypeDef value) The complete type of this node.NodeDef.Builder.setExperimentalType(FullTypeDef.Builder builderForValue) The complete type of this node.Each input is "node:src_output" with "node" being a string name and "src_output" indicating which output tensor to use from "node".The name given to this operator.NodeDef.Builder.setNameBytes(ByteString value) The name given to this operator.The operation name.NodeDef.Builder.setOpBytes(ByteString value) The operation name.NodeDef.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type NodeDef.BuilderModifier and TypeMethodDescriptionGraphDef.Builder.getNodeBuilderList()repeated .tensorflow.NodeDef node = 1;FunctionDef.Builder.getNodeDefBuilderList()By convention, "op" in node_def is resolved by consulting with a user-defined library first.Methods in org.tensorflow.proto with parameters of type NodeDef.BuilderModifier and TypeMethodDescriptionGraphDef.Builder.addNode(int index, NodeDef.Builder builderForValue) repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.addNode(NodeDef.Builder builderForValue) repeated .tensorflow.NodeDef node = 1;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.Builder builderForValue) By convention, "op" in node_def is resolved by consulting with a user-defined library first.GraphDef.Builder.setNode(int index, NodeDef.Builder builderForValue) repeated .tensorflow.NodeDef node = 1;FunctionDef.Builder.setNodeDef(int index, NodeDef.Builder builderForValue) By convention, "op" in node_def is resolved by consulting with a user-defined library first.