MCPcopy Create free account
hub / github.com/tensorflow/lingvo / Run

Method Run

lingvo/core/predictor.py:308–384  ·  view source on GitHub ↗

Runs predictor. Args: fetch_keys: dict_keys object or a list of keys in the fetch dictionary to fetch. validate_fetches: if True, raises a KeyError if a specified fetch is invalid. If False, returns None for invalid fetches instead. session_run_options: Optiona

(self,
          fetch_keys,
          validate_fetches=True,
          session_run_options=None,
          run_metadata=None,
          time_session_run=False,
          subgraph_name=None,
          **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 5

subgraph_fetch_keysMethod · 0.95
_get_subgraph_fetchesMethod · 0.95
subgraph_feed_keysMethod · 0.95
_get_subgraph_feedsMethod · 0.95