IRON 1a5eed49d3c0721a318ac369f725acc96b7c4584
Loading...
Searching...
No Matches
Namespaces | Functions
transform.py File Reference

Namespaces

namespace  iron
 
namespace  iron.algorithms
 
namespace  iron.algorithms.transform
 

Functions

None iron.algorithms.transform._check_num_channels (int num_channels)
 
 iron.algorithms.transform._transform_gen (func, list inputs, output, *params, tile_size=16, trace_size=0)
 
 iron.algorithms.transform._transform_parallel_gen (func, list inputs, output, *params, tile_size=16, trace_size=0, num_channels=1, pass_size_to_kernel=True)
 
 iron.algorithms.transform.make_param_descriptor (tensor_ty)
 
 iron.algorithms.transform._expand_param (param)
 
 iron.algorithms.transform._make_fake_tensor (tensor_ty, tile_size, fn_name)
 
 iron.algorithms.transform.transform (func, tensor_ty, *params, tile_size=16, trace_size=0)
 
 iron.algorithms.transform.transform_binary (func, tensor_ty, tile_size=16, trace_size=0)
 
 iron.algorithms.transform.transform_parallel (func, tensor_ty, *params, tile_size=16, trace_size=0, num_channels=1, pass_size_to_kernel=True)
 
 iron.algorithms.transform.transform_parallel_binary (func, tensor_ty, tile_size=16, trace_size=0, num_channels=1, pass_size_to_kernel=True)