MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / _extract_stack

Method _extract_stack

tensorflow/python/framework/ops.py:2579–2613  ·  view source on GitHub ↗

A lightweight, extensible re-implementation of traceback.extract_stack. NOTE(mrry): traceback.extract_stack eagerly retrieves the line of code for each stack frame using linecache, which results in an abundance of stat() calls. This implementation does not retrieve the code, and any

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.80

Calls 3

_extract_frame_infoMethod · 0.95
appendMethod · 0.45
reverseMethod · 0.45

Tested by

no test coverage detected