Uses of Class
org.tensorflow.framework.CostGraphDef.Node
Packages that use CostGraphDef.Node
-
Uses of CostGraphDef.Node in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef.NodeModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.build()CostGraphDef.Node.Builder.buildPartial()static CostGraphDef.NodeCostGraphDef.Node.getDefaultInstance()CostGraphDef.Node.Builder.getDefaultInstanceForType()CostGraphDef.Node.getDefaultInstanceForType()CostGraphDef.Builder.getNode(int index) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.getNode(int index) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDefOrBuilder.getNode(int index) repeated .tensorflow.CostGraphDef.Node node = 1;static CostGraphDef.NodeCostGraphDef.Node.parseDelimitedFrom(InputStream input) static CostGraphDef.NodeCostGraphDef.Node.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(byte[] data) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(com.google.protobuf.ByteString data) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(com.google.protobuf.CodedInputStream input) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(InputStream input) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(ByteBuffer data) static CostGraphDef.NodeCostGraphDef.Node.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef.NodeModifier and TypeMethodDescriptionCostGraphDef.Builder.getNodeList()repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.getNodeList()repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDefOrBuilder.getNodeList()repeated .tensorflow.CostGraphDef.Node node = 1;com.google.protobuf.Parser<CostGraphDef.Node> CostGraphDef.Node.getParserForType()static com.google.protobuf.Parser<CostGraphDef.Node> CostGraphDef.Node.parser()Methods in org.tensorflow.framework with parameters of type CostGraphDef.NodeModifier and TypeMethodDescriptionCostGraphDef.Builder.addNode(int index, CostGraphDef.Node value) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Builder.addNode(CostGraphDef.Node value) repeated .tensorflow.CostGraphDef.Node node = 1;CostGraphDef.Node.Builder.mergeFrom(CostGraphDef.Node other) static CostGraphDef.Node.BuilderCostGraphDef.Node.newBuilder(CostGraphDef.Node prototype) CostGraphDef.Builder.setNode(int index, CostGraphDef.Node value) repeated .tensorflow.CostGraphDef.Node node = 1;Method parameters in org.tensorflow.framework with type arguments of type CostGraphDef.NodeModifier and TypeMethodDescriptionCostGraphDef.Builder.addAllNode(Iterable<? extends CostGraphDef.Node> values) repeated .tensorflow.CostGraphDef.Node node = 1;