Searched defs:MatrixSetDiag (Results 1 – 4 of 4) sorted by relevance
27 struct MatrixSetDiag { struct
203 struct MatrixSetDiag<CPUDevice, T> { struct204 static void Compute(OpKernelContext* context, const CPUDevice& device, in Compute()
100 struct MatrixSetDiag<GPUDevice, Scalar> { struct101 static void Compute(OpKernelContext* context, const GPUDevice& device, in Compute()
10552 func MatrixSetDiag(scope *Scope, input tf.Output, diagonal tf.Output) (output tf.Output) { func