aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuFullyConnected.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-05-02Fix fully connected and matmul mismatchesViet-Hoa Do
2023-04-19Add quantized support for CPU MatMulViet-Hoa Do
2023-04-14Fix dynamic weights for CPU connected layerViet-Hoa Do
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
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