Home
last modified time | relevance | path

Searched refs:softmax_begin (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels_gpu.cu.cc493 const int softmax_begin, const int softmax_end, const int* softmax_col_ind, in CalculateRowSoftmaxGrad() argument
509 for (int i = softmax_begin, j = grad_softmax_begin; in CalculateRowSoftmaxGrad()
528 (softmax_begin == softmax_end) in CalculateRowSoftmaxGrad()
531 for (int i = softmax_begin, j = grad_softmax_begin; i < softmax_end;) { in CalculateRowSoftmaxGrad()