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

Class _FuncGraph

tensorflow/tensorflow/python/framework/function.py:682–877  ·  view source on GitHub ↗

A helper for constructing a function. _FuncGraph overrides ops.Graph's create_op() so that we can keep track of all inputs into every op created inside the function. If any input is from other graphs, we keep track of it in self.capture and substitute the input with a place holder. Each

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

func_graph_from_py_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected