MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / Node

Class Node

tensorflow/python/layers/base.py:1161–1270  ·  view source on GitHub ↗

A `Node` describes the connectivity between two layers. Each time a layer is connected to some new input, a node is added to `layer._inbound_nodes`. Each time the output of a layer is used by another layer, a node is added to `layer._outbound_nodes`. Arguments: outbound_layer: the

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_add_inbound_nodeMethod · 0.70
__init__Method · 0.70
__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected