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