Searched defs:InnerSoftMax (Results 1 – 2 of 2) sorted by relevance
41 void InnerSoftMax(const T *inputs_addr, std::vector<std::vector<T>> *softmax_probs, const uint32_t … in InnerSoftMax() function
303 cudaError_t InnerSoftMax(const T *probs, T *softmax_probs, const int *sequence_length, int max_time… in InnerSoftMax() function