Home
last modified time | relevance | path

Searched refs:MatrixBandPartFunctor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_band_part_op.cc104 functor::MatrixBandPartFunctor<Device, T> fn; in Compute()
137 struct MatrixBandPartFunctor<CPUDevice, Scalar> { struct
194 #define DEFINE_CPU_SPEC(T) template struct MatrixBandPartFunctor<CPUDevice, T>;
206 struct MatrixBandPartFunctor<GPUDevice, T> { \
212 extern template struct MatrixBandPartFunctor<GPUDevice, T>;
Dcholesky_op.cc81 struct MatrixBandPartFunctor<GPUDevice, T> { \
87 extern template struct MatrixBandPartFunctor<GPUDevice, T>;
137 functor::MatrixBandPartFunctor<GPUDevice, Scalar> band_part; in ComputeAsync()
177 functor::MatrixBandPartFunctor<GPUDevice, Scalar> band_part; in ComputeAsync()
Dmatrix_band_part_op_gpu.cu.cc52 struct MatrixBandPartFunctor<GPUDevice, Scalar> { struct
69 #define DEFINE_GPU_SPEC(T) template struct MatrixBandPartFunctor<GPUDevice, T>;
Dmatrix_band_part_op.h27 struct MatrixBandPartFunctor { struct
Dqr_op_impl.h239 functor::MatrixBandPartFunctor<GPUDevice, Scalar> band_part; in ComputeAsync()