Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsoftmax_op.cc44 class CSRSoftmaxOp : public OpKernel { class
46 explicit CSRSoftmaxOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in CSRSoftmaxOp() function in tensorflow::CSRSoftmaxOp
92 CSRSoftmaxOp<DEV##Device, T>);