|
Schedule | schedule_binarize_pack (const Target &target, const Array< Tensor > &outs) |
| Create a generic schedule for binarize_pack. More...
|
|
Schedule | schedule_binary_dense (const Target &target, const Array< Tensor > &outs) |
| Create a generic schedule for binary_dense. More...
|
|
Schedule | MakeDefaultSchedule (const Target &target, const Array< Tensor > &outs, bool auto_inline) |
| Helper to create a default x86 schedule for the given ops. More...
|
|
Schedule | default_schedule (const Target &target, const Array< Tensor > &outs) |
| Create a default x86 schedule for the given ops. More...
|
|
Schedule | default_schedule_auto_inline (const Target &target, const Array< Tensor > &outs) |
| Create a default x86 schedule for the given ops, with auto inline. 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 an x86 schedule for the given injective ops. More...
|
|