Searched defs:MatrixDiag (Results 1 – 5 of 5) sorted by relevance
59 struct MatrixDiag { struct
73 struct MatrixDiag<GPUDevice, T> { struct74 static void Compute(OpKernelContext* context, const GPUDevice& device, in Compute()
330 struct MatrixDiag<CPUDevice, T> { struct331 static void Compute(OpKernelContext* context, const CPUDevice& device, in Compute()
2268 TEST_F(OpTest, MatrixDiag) { in TEST_F() argument
29974 func MatrixDiag(scope *Scope, diagonal tf.Output) (output tf.Output) { func