Searched defs:np_fun (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_utils_test.py | 41 def np_fun(x): function 70 def np_fun(x): function 90 def np_fun(x): function 128 def np_fun(x, y=1, **kwargs): function 151 def np_fun(x, y=1, **kwargs): function
|
D | np_utils.py | 177 def _prepare_np_fun_name_and_fun(np_fun_name, np_fun): argument 368 def np_doc(np_fun_name, np_fun=None, export=True, link=None): argument 435 def np_doc_only(np_fun_name, np_fun=None, export=True): argument
|
D | np_math_ops_test.py | 52 np_fun, argument 133 def _testUnaryOp(self, math_fun, np_fun, name): argument
|
D | np_array_ops_test.py | 767 def _testReduce(self, math_fun, np_fun, name): argument
|