tvm
|
Functions | |
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... | |
|
inline |
Create a default x86 schedule for the given ops.
target | The target to generate a schedule for. |
outs | The output tensors. |
|
inline |
Create a default x86 schedule for the given ops, with auto inline.
target | The target to generate a schedule for. |
outs | The output tensors. |
|
inline |
Helper to create a default x86 schedule for the given ops.
target | The target to generate a schedule for. |
outs | The output tensors. |
auto_inline | Whether to apply the auto inline step. |
|
inline |
Create a generic schedule for binarize_pack.
target | The target to generate a schedule for. |
outs | The output tensors. |
|
inline |
Create a generic schedule for binary_dense.
target | The target to generate a schedule for. |
outs | The output tensors. |
|
inline |
Create an x86 schedule for the given injective ops.
target | The target to generate a schedule for. |
outs | The output tensors. |