onnxruntime/onnxruntime
Yang Chen a5a57a49c4 Changed ConvBase into a class member variable (#1927)
* Changed ConvBase into a class member variable

Currently, all Conv-family classes inherit from both ConvBase
and OpKernel. Since what ConvBase provides is all about
processing convolution attributes, it's more natural to move it as
a class member variable.

This change renamed ConvBase to ConvAttributes and moved
it into a separate file conv_attributes by its own. Instead of
inheriting from ConvBase, now each Conv-related class has a
class member variable that is of type ConvAttributes.

Hence, we removed unecessary multiple inheritance and increase
composibility. More importantly, the change made it possible for
some other providers such as Nuphar be able to re-use the functionalities
provided by ConvAttributes class.

Note that we also made similar changes to ConvTransposeBase.

* fixed cuda build issue
2019-09-26 11:07:06 -07:00
..
automl_ops Implement C API entry points for creating and fetching non-standard types to OrtValue (#1714) 2019-09-11 14:52:47 -07:00
contrib_ops Changed ConvBase into a class member variable (#1927) 2019-09-26 11:07:06 -07:00
core Changed ConvBase into a class member variable (#1927) 2019-09-26 11:07:06 -07:00
python logging related fixes. (#1930) 2019-09-25 23:48:23 -07:00
server Remove ml_status.h, add StatusCode to pybind exception mappings (#1889) 2019-09-24 11:13:14 -07:00
test Update test data (#1932) 2019-09-26 10:13:53 -07:00
__init__.py logging related fixes. (#1930) 2019-09-25 23:48:23 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings