MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / UnliftableError

Class UnliftableError

tensorflow/python/ops/op_selector.py:311–315  ·  view source on GitHub ↗

Raised if a Tensor cannot be lifted from the graph.

Source from the content-addressed store, hash-verified

309
310
311class UnliftableError(Exception):
312 """Raised if a Tensor cannot be lifted from the graph."""
313
314 # Prevent autograph from rewriting this error.
315 ag_pass_through = True
316
317
318def _as_operation(op_or_tensor):

Callers 1

map_subgraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected