tvm
|
Functions | |
Schedule | default_schedule (const Target &target, const Array< Tensor > &outs) |
Create a generic default schedule for the given output tensors. More... | |
Schedule | default_schedule_auto_inline (const Target &target, const Array< Tensor > &outs) |
Create a generic default schedule for the given output tensors, and apply auto inline. More... | |
Schedule | schedule_extern (const Target &target, const Array< Tensor > &outs) |
Schedule an extern op followed by injective operations. More... | |
Schedule | schedule_injective_from_existing (Schedule sch, const Tensor &out) |
Updates an existing schedule for the given injective ops. More... | |
Schedule | schedule_injective (const Target &target, const Array< Tensor > &outs) |
Create a generic schedule for the given injective ops. More... | |
|
inline |
Create a generic default schedule for the given output tensors.
target | The target to generate a schedule for. |
outs | The output tensors. |
|
inline |
Create a generic default schedule for the given output tensors, and apply auto inline.
target | The target to generate a schedule for. |
outs | The output tensors. |
|
inline |
Schedule an extern op followed by injective operations.
target | The target to generate a schedule for. |
outs | The output tensors. |
|
inline |
Create a generic schedule for the given injective ops.
target | The target to generate a schedule for. |
outs | The output tensors. |