Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dmatrix_diag_op_gpu.cu.cc134 struct MatrixDiagPart<GPUDevice, T> { struct
135 static void Compute(OpKernelContext* context, const GPUDevice& device, in Compute()
H A Dmatrix_diag_op.cc408 struct MatrixDiagPart<CPUDevice, T> { struct
409 static void Compute(OpKernelContext* context, const CPUDevice& device, in Compute()
H A Dmatrix_diag_op.h48 struct MatrixDiagPart { struct
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3290 TEST_F(OpTest, MatrixDiagPart) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go24094 func MatrixDiagPart(scope *Scope, input tf.Output) (diagonal tf.Output) { func