> For the complete documentation index, see [llms.txt](https://deeplearning4j.konduit.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deeplearning4j.konduit.ai/zhong-wen-v1.0.0/mo-xing/ding-dian.md).

# 顶点

## 顶点是什么?

在Eclipse DL4J中，顶点是在计算图中充当节点的一种层。它可以接受多个输入，提供多个输出，并且可以帮助构建流行的网络，如InceptionV4。
