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

Function function_from_graph_def

tensorflow/tensorflow/python/eager/wrap_function.py:615–636  ·  view source on GitHub ↗

Creates a ConcreteFunction from a GraphDef. Args: graph_def: A GraphDef to make a function out of. inputs: A Tensor name or nested structure of names in `graph_def` which should be inputs to the function. outputs: A Tensor name or nested structure of names in `graph_def` which

(graph_def, inputs, outputs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

wrap_functionFunction · 0.85
pruneMethod · 0.80

Tested by

no test coverage detected