Home
last modified time | relevance | path

Searched defs:MatrixDiag (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_diag_op.h59 struct MatrixDiag { struct
Dmatrix_diag_op_gpu.cu.cc73 struct MatrixDiag<GPUDevice, T> { struct
74 static void Compute(OpKernelContext* context, const GPUDevice& device, in Compute()
Dmatrix_diag_op.cc330 struct MatrixDiag<CPUDevice, T> { struct
331 static void Compute(OpKernelContext* context, const CPUDevice& device, in Compute()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2268 TEST_F(OpTest, MatrixDiag) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go29974 func MatrixDiag(scope *Scope, diagonal tf.Output) (output tf.Output) { func