File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed
Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/python
2+
3+ #######################################################
4+ # Copyright (c) 2015, ArrayFire
5+ # All rights reserved.
6+ #
7+ # This file is distributed under 3-clause BSD license.
8+ # The complete license agreement can be obtained at:
9+ # http://arrayfire.com/licenses/BSD-3-Clause
10+ ########################################################
11+
212import arrayfire as af
313
414# Display backend information
Original file line number Diff line number Diff line change 11#!/usr/bin/python
2+
3+ #######################################################
4+ # Copyright (c) 2015, ArrayFire
5+ # All rights reserved.
6+ #
7+ # This file is distributed under 3-clause BSD license.
8+ # The complete license agreement can be obtained at:
9+ # http://arrayfire.com/licenses/BSD-3-Clause
10+ ########################################################
11+
212from random import random
313from time import time
414from arrayfire import (array , randu )
Original file line number Diff line number Diff line change 11#!/usr/bin/python
22
3+ #######################################################
4+ # Copyright (c) 2015, ArrayFire
5+ # All rights reserved.
6+ #
7+ # This file is distributed under 3-clause BSD license.
8+ # The complete license agreement can be obtained at:
9+ # http://arrayfire.com/licenses/BSD-3-Clause
10+ ########################################################
11+
312import arrayfire as af
413import math
514
You can’t perform that action at this time.
0 commit comments