Home
last modified time | relevance | path

Searched refs:tf_b (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python37/Python-3.7.12/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python27/Python-2.7.18/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python-tools/Python-3.8.12/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python39/Python-3.9.9/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python310/Python-3.10.1/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python311/Python-3.11.0a3/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python-legacy/Python-2.7.18/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/lang/python38/Python-3.8.12/Lib/ctypes/test/
H A Dtest_cfuncs.py19 self._dll.tf_b.restype = c_byte
20 self._dll.tf_b.argtypes = (c_byte,)
21 self.assertEqual(self._dll.tf_b(-126), -42)
/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A D_cuda_caster.cu115 float *tf_b, in ray_cast() argument
139 tf.vs[2][x] = tf_b[x]; in ray_cast()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_nlinalg.py613 tf_b = function([B], [Bi])
615 t_binv = tf_b(self.b)
/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_unwrap_ops.c1892 const ThickFace *tf_b = (ThickFace *)tf_b_p; in smart_uv_project_thickface_area_cmp_fn() local
1897 (tf_b->area > smart_uv_project_area_ignore))) { in smart_uv_project_thickface_area_cmp_fn()
1901 if (tf_a->area < tf_b->area) { in smart_uv_project_thickface_area_cmp_fn()
1904 if (tf_a->area > tf_b->area) { in smart_uv_project_thickface_area_cmp_fn()
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/frontend/tensorflow/
H A Dtest_forward.py761 tf_b = array_ops.placeholder(shape=shape, dtype='float32', name='pl_b')
762 tf_c = tf.stack([tf_a,tf_b], axis=axis, **kwargs)
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/frontend/tensorflow/
H A Dtest_forward.py761 tf_b = array_ops.placeholder(shape=shape, dtype='float32', name='pl_b')
762 tf_c = tf.stack([tf_a,tf_b], axis=axis, **kwargs)
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/
H A D_ctypes_test.c475 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/
H A D_ctypes_test.c475 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/lang/python310/Python-3.10.1/Modules/_ctypes/
H A D_ctypes_test.c635 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/lang/python311/Python-3.11.0a3/Modules/_ctypes/
H A D_ctypes_test.c637 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/lang/python39/Python-3.9.9/Modules/_ctypes/
H A D_ctypes_test.c635 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/databases/py-gdbm/Python-3.8.12/Modules/_ctypes/
H A D_ctypes_test.c663 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/lang/python37/Python-3.7.12/Modules/_ctypes/
H A D_ctypes_test.c653 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/lang/python-tools/Python-3.8.12/Modules/_ctypes/
H A D_ctypes_test.c663 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function
/dports/lang/python38/Python-3.8.12/Modules/_ctypes/
H A D_ctypes_test.c663 EXPORT(signed char) tf_b(signed char c) { S; return c/3; } in tf_b() function

12