Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dtranspose_op.h50 struct maybe_conj {
55 struct maybe_conj<Device, complex64> {
63 struct maybe_conj<Device, complex128> {
Dmat_mul_op.cc566 functor::maybe_conj<GPUDevice, T>::run(d, b_t, &b_conj_t); in Compute()
/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu.h44 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]);