Searched refs:DeterminantOpGpu (Results 1 – 1 of 1) sorted by relevance
128 class DeterminantOpGpu : public AsyncOpKernel { class130 explicit DeterminantOpGpu(OpKernelConstruction* context) in DeterminantOpGpu() function in tensorflow::DeterminantOpGpu414 REGISTER_LINALG_OP_GPU("MatrixDeterminant", (DeterminantOpGpu<float>), float);415 REGISTER_LINALG_OP_GPU("MatrixDeterminant", (DeterminantOpGpu<double>), double);416 REGISTER_LINALG_OP_GPU("MatrixDeterminant", (DeterminantOpGpu<complex64>),418 REGISTER_LINALG_OP_GPU("MatrixDeterminant", (DeterminantOpGpu<complex128>),