24 #ifndef TVM_TIR_TRANSFORM_H_ 25 #define TVM_TIR_TRANSFORM_H_ 58 const runtime::TypedPackedFunc<PrimFunc(PrimFunc, IRModule,
PassContext)>& pass_func,
295 static constexpr
const char* kDisableLowerTVMBuiltin =
"disable_lower_builtin";
627 TVM_DLL
Pass BindParams(
const Array<runtime::NDArray>& constants);
658 TVM_DLL
Pass Filter(runtime::TypedPackedFunc<
bool(PrimFunc)> fcond);
676 #endif // TVM_TIR_TRANSFORM_H_
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36
Array, container representing a contiguous sequence of ObjectRefs.
Definition: array.h:270
Compilation target object.