26template<
typename AFloat>
27void TCudnn<AFloat>::Sigmoid(TCudaTensor<AFloat> & B,
28 const TCudaTensor<AFloat> & A)
30 TCudaMatrix<AFloat> mB = B.GetMatrix();
35template<
typename AFloat>
36void TCudnn<AFloat>::Softmax(TCudaTensor<AFloat> & B,
37 const TCudaTensor<AFloat> & A)
39 TCudaMatrix<AFloat> mB = B.GetMatrix();
static void Sigmoid(Tensor_t &B)
static void Softmax(Matrix_t &YHat, const Matrix_t &)
create variable transformations