hidet.ir.task¶
Classes:
|
A task defines the operator computation. |
- class hidet.ir.task.Task(name, inputs, outputs, *, inverse_map=None, attributes=None)[source]¶
A task defines the operator computation.
Methods:
generate_arguments
(inputs, outputs)Generate arguments for the compiled function of this task given the tensor parameters.
dummy_arguments
(device)Generate dummy arguments for the compiled function of this task.
build
(target[, load])Build the task for the given target to a callable function.
- generate_arguments(inputs, outputs)[source]¶
Generate arguments for the compiled function of this task given the tensor parameters.