aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuFullyConnected.cpp
AgeCommit message (Expand)Author
2023-02-01Remove fixed format strides hackJonathan Deakin
2022-08-03[ONCPUML-968] Fixed format kernel support in additional APIsMilos Puzovic
2021-11-09Enable fast_math in CpuFullyConnectedcfRod
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-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas