Searched refs:b_conj_t (Results 1 – 1 of 1) sorted by relevance
546 Tensor b_conj_t; in Compute() local560 {1}, DataTypeToEnum<T>::value, b_t.shape(), &b_conj_t)); in Compute()561 functor::maybe_conj<GPUDevice, T>::run(d, b_t, &b_conj_t); in Compute()562 b_base_ptr = b_conj_t.template flat<T>().data(); in Compute()