Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/sparse/
Dtranspose_op.h27 struct maybe_conj_inplace { struct
32 struct maybe_conj_inplace<Device, complex64> { argument
41 struct maybe_conj_inplace<Device, complex128> {
Dmat_mul_op.cc226 functor::maybe_conj_inplace<CPUDevice, T>::run( in Compute()
585 functor::maybe_conj_inplace<GPUDevice, T>::run(d, c_t); in Compute()
685 functor::maybe_conj_inplace<GPUDevice, T>::run(d, c_t); in Compute()
Dtranspose_op.cc208 maybe_conj_inplace<Device, T>::run(d, &output_values_t); in operator ()()