Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dsoftmax_op.cc153 auto host_grad_dense_shape = in Compute() local
157 OP_REQUIRES(ctx, host_dense_shape(i) == host_grad_dense_shape(i), in Compute()