onnxruntime/onnxruntime/core/codegen/passes/utils
Dmitri Smirnov 25b3c51661
Introduce PrimitiveType into a Type System along with an integer constant (#2307)
Improve perf by avoiding GetType<T>() calls. Introduce MLTypeCallDispatcher to switch on Input Type. Add Tensor IsType<T>() fast method.
2019-11-08 17:47:06 -08:00
..
codegen_context.cc Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
codegen_context.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00
ort_tvm_utils.cc Introduce PrimitiveType into a Type System along with an integer constant (#2307) 2019-11-08 17:47:06 -08:00
ort_tvm_utils.h Implementation of TVM codegen library (#888) 2019-07-03 10:32:59 -07:00