Also known as: Node (TensorFlow Graph) · TensorFlow Graph · Node TensorFlow Graph
В TensorFlow graph узел представляет operation в computational graph. Такие operations создают, transform или combine tensors как часть model execution.
An operation in a TensorFlow graph.