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

  /external/tensorflow/tensorflow/python/ops/
script_ops.py 168 _py_funcs = FuncRegistry() variable
170 pywrap_tensorflow.InitializePyTrampoline(_py_funcs)
174 """A helper class to remove a registered function from _py_funcs."""
180 if _py_funcs is not None:
181 # If _py_funcs is None, the program is most likely in shutdown, and the
182 # _py_funcs object has been destroyed already.
183 _py_funcs.remove(self._token)
198 token = _py_funcs.insert(func)
  /external/tensorflow/tensorflow/python/kernel_tests/
py_func_test.py 396 self.assertTrue(script_ops._py_funcs.size() < 100)

Completed in 645 milliseconds