Home
last modified time | relevance | path

Searched refs:f_restricted (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2_test.py270 def f_restricted(x): function
278 f_restricted, [all_params[param_index]], delta=1e-5))
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst600 Fix the documentation about an unexisting `f_restricted` attribute in the
/external/python/cpython2/Doc/library/
Dinspect.rst162 | | f_restricted | 0 or 1 if frame is in | |
/external/python/cpython2/Doc/reference/
Ddatamodel.rst994 single: f_restricted (frame attribute)
1001 :attr:`f_restricted` is a flag indicating whether the function is executing in
/external/python/cpython2/Misc/
Dcheatsheet1300 f_restricted (int, R/O): flag indicating whether fct is executed in
DHISTORY570 f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.
/external/python/cpython3/Misc/
DHISTORY17182 - Remove the f_restricted attribute from frames. This naturally leads
17954 f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.