Searched defs:MatrixDiagPart (Results 1 – 5 of 5) sorted by relevance
48 struct MatrixDiagPart { struct
134 struct MatrixDiagPart<GPUDevice, T> { struct135 static void Compute(OpKernelContext* context, const GPUDevice& device, in Compute()
386 struct MatrixDiagPart<CPUDevice, T> { struct387 static void Compute(OpKernelContext* context, const CPUDevice& device, in Compute()
2277 TEST_F(OpTest, MatrixDiagPart) { in TEST_F() argument
2388 func MatrixDiagPart(scope *Scope, input tf.Output) (diagonal tf.Output) { func