NNPack speed improvements with NaiveEngine

I am running MXNET on CPU (no GPU) and am trying to optimize the inference speed.
Due to the constraints of the project I am working on, I am only allowed to use single thread mode (and have thus set the MXNET_ENGINE_TYPE=NaiveEngine
Will the use of NNPACK provide any speed improvements in single thread mode?