special_function_process
Special function processing method.
It handles some special functions to accommodate their requirements, like the batchnorms.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
func_class |
The function class information. |
required | |
func_parameters |
The dictionary of function parameters. |
required | |
device |
The device for hosting and processing these special functions. |
'cpu'
|
Returns:
Type | Description |
---|---|
tuple | list
|
The tuple of processed function class, and function parameters. |