Searched refs:maybe_conj (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | transpose_op.h | 50 struct maybe_conj { 55 struct maybe_conj<Device, complex64> { 63 struct maybe_conj<Device, complex128> {
|
D | mat_mul_op.cc | 566 functor::maybe_conj<GPUDevice, T>::run(d, b_t, &b_conj_t); in Compute()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_2d_gpu.h | 44 struct maybe_conj { struct 56 struct maybe_conj<float2, conjugate> { argument 70 struct maybe_conj<double2, conjugate> { 209 maybe_conj<T, conjugate>::run(ldg(input + input_index)); 243 buf[i] = maybe_conj<T, conjugate>::run(ldg(input + input_index_i)); 260 maybe_conj<T, conjugate>::run(ldg(input + input_index)); 360 maybe_conj<T, conjugate>::run(input[input_index]); 367 maybe_conj<T, conjugate>::run(input[input_index]);
|