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

Function _trace

tensorflow/python/ops/linalg/linear_operator.py:1115–1116  ·  view source on GitHub ↗
(x, name=None)

Source from the content-addressed store, hash-verified

1113
1114@dispatch.dispatch_for_types(linalg.trace, LinearOperator)
1115def _trace(x, name=None):
1116 return x.trace(name)

Callers

nothing calls this directly

Calls 1

traceMethod · 0.45

Tested by

no test coverage detected