Expand description

Provides useful macros for easier NN implementation for native.

Structs§

Functions§

  • Computes the ReLU Function on the CPU
  • Computes the ReLU Gradient on the CPU
  • Computes the Sigmoid Function on the CPU
  • Computes the Sigmoid Gradient on the CPU
  • Computes the Tanh Function on the CPU
  • Computes the Tanh Gradient on the CPU
  • Just a helper function until SharedTensor has a nice interface for writing data