[python-arrayfire] 159/250: FEAT: add missing eval function
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.
commit 3e39faadc8144628e34e7590251698559266aace
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Wed Dec 9 15:10:04 2015 -0500
FEAT: add missing eval function
---
arrayfire/device.py | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arrayfire/device.py b/arrayfire/device.py
index 295ddbc..814542a 100644
--- a/arrayfire/device.py
+++ b/arrayfire/device.py
@@ -105,6 +105,16 @@ def sync(device=None):
dev = device if device is not None else get_device()
safe_call(backend.get().af_sync(dev))
+def eval(A):
+ """
+ Evaluate the input
+
+ Parameters
+ -----------
+ A : af.Array
+ """
+ safe_call(backend.get().af_eval(A.arr))
+
def device_mem_info():
"""
Returns a map with the following fields:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git
More information about the debian-science-commits
mailing list