Uses of Class
org.tensorflow.proto.CostGraphDef.Node.OutputInfo
Packages that use CostGraphDef.Node.OutputInfo
-
Uses of CostGraphDef.Node.OutputInfo in org.tensorflow.proto
Methods in org.tensorflow.proto that return CostGraphDef.Node.OutputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.OutputInfo.Builder.build()CostGraphDef.Node.OutputInfo.Builder.buildPartial()static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.getDefaultInstance()CostGraphDef.Node.OutputInfo.Builder.getDefaultInstanceForType()CostGraphDef.Node.OutputInfo.getDefaultInstanceForType()CostGraphDef.Node.Builder.getOutputInfo(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.getOutputInfo(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.NodeOrBuilder.getOutputInfo(int index) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseDelimitedFrom(InputStream input) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(byte[] data) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(ByteString data) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(CodedInputStream input) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(InputStream input) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(ByteBuffer data) static CostGraphDef.Node.OutputInfoCostGraphDef.Node.OutputInfo.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type CostGraphDef.Node.OutputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.getOutputInfoList()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.getOutputInfoList()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.NodeOrBuilder.getOutputInfoList()repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.OutputInfo.getParserForType()static Parser<CostGraphDef.Node.OutputInfo> CostGraphDef.Node.OutputInfo.parser()Methods in org.tensorflow.proto with parameters of type CostGraphDef.Node.OutputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.addOutputInfo(int index, CostGraphDef.Node.OutputInfo value) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.Builder.addOutputInfo(CostGraphDef.Node.OutputInfo value) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;CostGraphDef.Node.OutputInfo.Builder.mergeFrom(CostGraphDef.Node.OutputInfo other) CostGraphDef.Node.OutputInfo.newBuilder(CostGraphDef.Node.OutputInfo prototype) CostGraphDef.Node.Builder.setOutputInfo(int index, CostGraphDef.Node.OutputInfo value) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;Method parameters in org.tensorflow.proto with type arguments of type CostGraphDef.Node.OutputInfoModifier and TypeMethodDescriptionCostGraphDef.Node.Builder.addAllOutputInfo(Iterable<? extends CostGraphDef.Node.OutputInfo> values) repeated .tensorflow.CostGraphDef.Node.OutputInfo output_info = 5;