Uses of Class
org.tensorflow.framework.CostGraphDef.Node.InputInfo
Packages that use CostGraphDef.Node.InputInfo
-
Uses of CostGraphDef.Node.InputInfo in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(byte[] data) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(com.google.protobuf.ByteString data) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(com.google.protobuf.CodedInputStream input) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(InputStream input) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(ByteBuffer data) static CostGraphDef.Node.InputInfoCostGraphDef.Node.InputInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework 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;com.google.protobuf.Parser<CostGraphDef.Node.InputInfo> CostGraphDef.Node.InputInfo.getParserForType()static com.google.protobuf.Parser<CostGraphDef.Node.InputInfo> CostGraphDef.Node.InputInfo.parser()Methods in org.tensorflow.framework 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.framework 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;