Home
last modified time | relevance | path

Searched defs:host_dense_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels_gpu.cu.cc148 const GPUDevice& d, TTypes<int64>::ConstVec host_dense_shape, in operator ()()
218 OpKernelContext* c, TTypes<int64>::ConstVec host_dense_shape, in operator ()()
300 auto host_dense_shape = a.dense_shape().vec<int64>(); in CSRSparseMatrixBatchMulVecImpl() local
422 auto host_dense_shape = logits.dense_shape().vec<int64>(); in CSRSparseMatrixSoftmaxGPUImpl() local
611 auto host_dense_shape = softmax.dense_shape().vec<int64>(); in CSRSparseMatrixSoftmaxGradGPUImpl() local
Dsoftmax_op.cc150 auto host_dense_shape = in Compute() local