onnxruntime/onnxruntime/core/codegen/mti/nn
Yang Chen 650fb8754b
use MLAS for nuphar's pool ops (#1937)
* call MLAS's pooling function as an external call for Nuphar

  Note that at the moment Nuphar provider doesn't handle the cases below:

  - symbolic height/weight dimensions
  - Indices output of MaxPool
  - non-default dilations

* unify the pool interface for mti and mti_x86
2019-09-26 16:29:30 -07:00
..
conv_ops.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
conv_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
lstm.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
lstm.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
pool_ops.cc use MLAS for nuphar's pool ops (#1937) 2019-09-26 16:29:30 -07:00
pool_ops.h use MLAS for nuphar's pool ops (#1937) 2019-09-26 16:29:30 -07:00