Searched refs:func_load (Results 1 – 2 of 2) sorted by relevance
852 function = generic_utils.func_load(config['function'], globs=globs)873 output_shape = generic_utils.func_load(config['output_shape'],
242 def func_load(code, defaults=None, closure=None, globs=None): function