|
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...
|
|