Functions | Variables
dyn_tune.create_functions Namespace Reference

Functions

def ABS (x)
 
def ADD (nums)
 
def CALL (func, args, kwargs)
 
def MEAN (nums)
 
def MULT (nums)
 
def NEG (x)
 
def save (arg)
 
def SUB (a, b)
 
def SUM (x)
 

Variables

list CALLABLE = ["function", "builtin_function_or_method", "builtin_function", "type"]
 
list SIGNED
 
list SIGNED_ARRAY
 
list UNSIGNED
 
list UNSIGNED_ARRAY
 

Function Documentation

def dyn_tune.create_functions.ABS (   x)

Definition at line 149 of file create_functions.py.

def dyn_tune.create_functions.ADD (   nums)

Definition at line 73 of file create_functions.py.

def dyn_tune.create_functions.CALL (   func,
  args,
  kwargs 
)

Definition at line 115 of file create_functions.py.

def dyn_tune.create_functions.MEAN (   nums)

Definition at line 132 of file create_functions.py.

def dyn_tune.create_functions.MULT (   nums)

Definition at line 86 of file create_functions.py.

def dyn_tune.create_functions.NEG (   x)

Definition at line 107 of file create_functions.py.

def dyn_tune.create_functions.save (   arg)

Definition at line 5 of file create_functions.py.

def dyn_tune.create_functions.SUB (   a,
  b 
)

Definition at line 100 of file create_functions.py.

def dyn_tune.create_functions.SUM (   x)

Definition at line 155 of file create_functions.py.

Variable Documentation

list dyn_tune.create_functions.CALLABLE = ["function", "builtin_function_or_method", "builtin_function", "type"]

Definition at line 63 of file create_functions.py.

list dyn_tune.create_functions.SIGNED
Initial value:
1 = [ "int64",
2  "uint64",
3  "uint32",
4  "int32",
5  "uint",
6  "ulong",
7  "int",
8  "long",
9  "float",
10  "float32",
11  "float64" ]

Definition at line 20 of file create_functions.py.

list dyn_tune.create_functions.SIGNED_ARRAY
Initial value:
1 = ["int64[]",
2  "uint64[]",
3  "uint32[]",
4  "int32[]",
5  "uint[]",
6  "ulong[]",
7  "int[]",
8  "long[]",
9  "float[]",
10  "float32[]",
11  "float64[]" ]

Definition at line 32 of file create_functions.py.

list dyn_tune.create_functions.UNSIGNED
Initial value:
1 = [
2  "int64",
3  "int32",
4  "int",
5  "long",
6  "float",
7  "float32",
8  "float64" ]

Definition at line 45 of file create_functions.py.

list dyn_tune.create_functions.UNSIGNED_ARRAY
Initial value:
1 = ["int64[]",
2  "int32[]",
3  "int[]",
4  "long[]",
5  "float[]",
6  "float32[]",
7  "float64[]" ]

Definition at line 54 of file create_functions.py.



dyn_tune
Author(s):
autogenerated on Mon Jun 10 2019 13:03:17