Searched refs:f_restricted (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_v2_test.py | 270 def f_restricted(x): function 278 f_restricted, [all_params[param_index]], delta=1e-5))
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.2rc1.rst | 600 Fix the documentation about an unexisting `f_restricted` attribute in the
|
/external/python/cpython2/Doc/library/ |
D | inspect.rst | 162 | | f_restricted | 0 or 1 if frame is in | |
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 994 single: f_restricted (frame attribute) 1001 :attr:`f_restricted` is a flag indicating whether the function is executing in
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1300 f_restricted (int, R/O): flag indicating whether fct is executed in
|
D | HISTORY | 570 f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17182 - Remove the f_restricted attribute from frames. This naturally leads 17954 f_nlocals, f_ncells, f_nfreevars, f_stack_size, f_restricted.
|