HomeSort by relevance Sort by last modified time
    Searched refs:_post_execution_callbacks (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/eager/
context.py 275 self._post_execution_callbacks = []
722 self._post_execution_callbacks.append(callback)
726 del self._post_execution_callbacks[:]
731 return self._post_execution_callbacks
    [all...]
benchmarks_test.py 70 ctx._post_execution_callbacks, a, b, "transpose_a", transpose_a,
    [all...]

Completed in 70 milliseconds