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