Searched refs:b_conj_t (Results 1 – 1 of 1) sorted by relevance
551 Tensor b_conj_t; in Compute() local565 {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()