onnxruntime/onnxruntime/core/codegen/mti/math
KeDengMS b15e43a541
[NupharEP] Multiple optimizations (#2380)
Fuse transpose into MatMul
Implement Pow and constant scalar simplification
Vectorize ReduceMean
Improve symbolic shape inference
Minor updates for better debugging in fused function name
2019-11-14 10:40:33 -08:00
..
binary_ops.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
binary_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
gemm.cc Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
gemm.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
logsoftmax.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
logsoftmax.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
matmul_ops.cc [NupharEP] Multiple optimizations (#2380) 2019-11-14 10:40:33 -08:00
matmul_ops.h [NupharEP] Multiple optimizations (#2380) 2019-11-14 10:40:33 -08:00
reduce_ops.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
reduce_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
softmax.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
softmax.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
unary_ops.cc Implementation of Nuphar execution provider (#881) 2019-09-01 23:01:47 -07:00
unary_ops.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00