[TORCH] Fix the location of packed_params.

The location of packed_params.h is changed in aten src.
pull/654/head
Prashant Kumar 2022-03-14 10:19:35 +00:00
parent 51e267aa37
commit b6d13301fc
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include "mlir-c/Diagnostics.h"
#include "torch-mlir-c/TorchTypes.h"
#include "ATen/native/quantized/cpu/packed_params.h"
#include "ATen/native/quantized/packed_params.h"
#include "caffe2/core/scope_guard.h"
using namespace torch_mlir;