1. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 10 months ago
  2. a62129a Fix fully connected and matmul mismatches by Viet-Hoa Do · 1 year, 3 months ago
  3. 9c7c2d2 Add quantized support for CPU MatMul by Viet-Hoa Do · 1 year, 4 months ago
  4. 9b0a6b4 Fix dynamic weights for CPU connected layer by Viet-Hoa Do · 1 year, 4 months ago
  5. a3e57c2 Add dynamic weights for CPU fully connected layer by Viet-Hoa Do · 1 year, 5 months ago
  6. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 7 months ago
  7. 13b623e [ONCPUML-968] Fixed format kernel support in additional APIs by Milos Puzovic · 2 years ago
  8. f2c022e Enable fast_math in CpuFullyConnected by cfRod · 2 years, 9 months ago
  9. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 10 months ago
  10. 3ae3d88 Provide logging for configure functions in all cpu operators by ramelg01 · 2 years, 11 months ago
  11. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 11 months ago
  12. 2f9ae16 Avoid checking on biases' constantness if nullptr by Giorgio Arena · 2 years, 11 months ago
  13. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  14. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 3 years ago[Renamed (97%) from src/runtime/cpu/operators/CpuFullyConnected.cpp]
  15. fa1db17 Ensure that correct transformed matrices are used in CpuFullyConnected by Georgios Pinitas · 3 years ago
  16. 0f6ca4b Report error for unsupported non-constant weights in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  17. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years, 1 month ago