Uses of Class
org.tensorflow.proto.CostGraphDef.Node.InputInfo
Packages that use CostGraphDef.Node.InputInfo
-
Uses of CostGraphDef.Node.InputInfo in org.tensorflow.proto
Methods in org.tensorflow.proto that return CostGraphDef.Node.InputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.InputInfo.Builder.build()CostGraphDef.Node.InputInfo.Builder.buildPartial()static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.getDefaultInstance()CostGraphDef.Node.InputInfo.Builder.getDefaultInstanceForType()CostGraphDef.Node.InputInfo.getDefaultInstanceForType()CostGraphDef.Node.Builder.getInputInfo(int index) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.getInputInfo(int index) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.NodeOrBuilder.getInputInfo(int index) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseDelimitedFrom(InputStream input) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(byte[] data) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(ByteString data) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(CodedInputStream input) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(InputStream input) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(ByteBuffer data) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type CostGraphDef.Node.InputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.getInputInfoList()repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.getInputInfoList()repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.NodeOrBuilder.getInputInfoList()repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.InputInfo.getParserForType()static Parser<CostGraphDef.Node.InputInfo> CostGraphDef.Node.InputInfo.parser()Methods in org.tensorflow.proto with parameters of type CostGraphDef.Node.InputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.addInputInfo(int index, CostGraphDef.Node.InputInfo value) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.Builder.addInputInfo(CostGraphDef.Node.InputInfo value) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;CostGraphDef.Node.InputInfo.Builder.mergeFrom(CostGraphDef.Node.InputInfo other) CostGraphDef.Node.InputInfo.newBuilder(CostGraphDef.Node.InputInfo prototype) CostGraphDef.Node.Builder.setInputInfo(int index, CostGraphDef.Node.InputInfo value) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;Method parameters in org.tensorflow.proto with type arguments of type CostGraphDef.Node.InputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.addAllInputInfo(Iterable<? extends CostGraphDef.Node.InputInfo> values) repeated .tensorflow.CostGraphDef.Node.InputInfo input_info = 4;