arim.helpers#
Helper functions
|
Dict-like which keeps track of which values were retrieved and how many times. |
|
Looks like a cache but actually unable to retain anything. |
|
Yield selectors to split a array into multiple chunk. |
|
Returns the current git revision as a string. |
|
Return the name of an object based on the dictionary metadata. |
|
Return the shape of an array. |
|
Return the enumerated constant corresponding to 'enum_constant_or_name', which can be either this constant or a its name (string). |
|
Human-readable memory size. |
|
Return the smallest unsigned integer datatype (dtype) such as all numbers between 0 and 'max_value' can be stored without overflow. |
|
A context manager for timing some code. |