Skip to content

Closure

这个词在阅读过程中经常碰到,本文对它进行总结。

“closure"是”close“的名词形式。

wikipedia Closure (mathematics)

A set is closed under an operation if performance of that operation on members of the set always produces a member of that set.

Examples

Recursive definition

wikipedia Closure (computer programming)

wikipedia Kleene star

Transitive_closure

wikipedia Transitive_closure

Draft

有必要对closure进行总结,需要将它总结到graph章节中。

TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems

下面的文章中提及了**closure:**

TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems

the TensorFlow implementation can compute the transitive closure of all nodes that must be executed in order to compute the outputs that were requested

Draft 2

https://cwiki.apache.org/confluence/display/ZOOKEEPER/PoweredBy 中也是用了transitive closure这个词语

20201123

重复运用一个relation,从而形成一条path。

20201223

我一直想要搞清楚的closure就是基于逻辑推导和集合论的。

Set theory是数学的基石所在,很多其他数学学科都是建立在它的基础之上。