MCPcopy Create free account
hub / github.com/alibaba/nann / Operation

Class Operation

tensorflow/tensorflow/python/framework/ops.py:1616–2439  ·  view source on GitHub ↗

Represents a graph node that performs computation on tensors. An `Operation` is a node in a TensorFlow `Graph` that takes zero or more `Tensor` objects as input, and produces zero or more `Tensor` objects as output. Objects of type `Operation` are created by calling a Python op constructor

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_create_op_internalMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected