aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators
AgeCommit message (Expand)Author
2022-02-14Port MaxUnpoolingLayer kernel and add KernelSelect vaidation testDana Zlotnik
2022-02-01 Enable kernel selection testing (Phase #2)Yair Schwarzbaum
2021-11-09Enable fast_math in CpuFullyConnectedcfRod
2021-10-22Add uint8/int8 support to cpu conv3dFreddie Liardet
2021-10-18DirectConv3d support refineSheri Zhang
2021-10-15Conv3d supportSheri Zhang
2021-10-12Remove padding in cpuPool2d NCHWFreddie Liardet
2021-09-29Add support for non-constant weights and biases in CpuFullyConnectedGiorgio Arena
2021-09-16Provide logging for configure functions in all cpu operatorsramelg01
2021-09-16Revert "Add support for non-constant weights and biases in CpuFullyConnected"Pablo Marquez Tello
2021-09-08Avoid checking on biases' constantness if nullptrGiorgio Arena
2021-09-07Add support for non-constant weights and biases in CpuFullyConnectedMichele Di Giorgio
2021-09-01Printing operators parameters, currently for CpuAdd operator only.Ramy Elgammal
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas