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