Searched refs:tf_f (Results 1 – 8 of 8) sorted by relevance
139 self._dll.tf_f.restype = c_float140 self._dll.tf_f.argtypes = (c_float,)141 self.assertEqual(self._dll.tf_f(-42.), -14.)
81 tf_d, tf_f = array_ops.split(tf_c, 2, axis=1)82 tf_e = tf_d + tf_f
177 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
166 tf_f = constant_op.constant(173 tf_f, tf_l)
57 #define tf_f -1.2148628384e-01f /* 0xbdf8cdcd */179 r += tf_f + p;
485 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function
645 EXPORT(float) tf_f(float c) { S; return c/3; } in tf_f() function