Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc551 Tensor b_conj_t; in Compute() local
565 {1}, DataTypeToEnum<T>::value, b_t.shape(), &b_conj_t)); in Compute()
566 functor::maybe_conj<GPUDevice, T>::run(d, b_t, &b_conj_t); in Compute()
567 b_base_ptr = b_conj_t.template flat<T>().data(); in Compute()