Home
last modified time | relevance | path

Searched refs:tf_f (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/ctypes/test/
Dtest_cfuncs.py139 self._dll.tf_f.restype = c_float
140 self._dll.tf_f.argtypes = (c_float,)
141 self.assertEqual(self._dll.tf_f(-42.), -14.)
/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py139 self._dll.tf_f.restype = c_float
140 self._dll.tf_f.argtypes = (c_float,)
141 self.assertEqual(self._dll.tf_f(-42.), -14.)
/external/tensorflow/tensorflow/python/eager/
Dtape_test.py81 tf_d, tf_f = array_ops.split(tf_c, 2, axis=1)
82 tf_e = tf_d + tf_f
Dfunction_test.py177 tf_f = def_function.function(f)
179 tf_f(constant_op.constant(1.0))
181 tf_f(constant_op.constant([1.0])) # force a retrace
/external/tensorflow/tensorflow/python/kernel_tests/
Dxent_op_test.py166 tf_f = constant_op.constant(
173 tf_f, tf_l)
/external/llvm-project/libclc/generic/lib/math/
Dlgamma_r.cl57 #define tf_f -1.2148628384e-01f /* 0xbdf8cdcd */
179 r += tf_f + p;
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c485 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c645 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function