Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dmatrix_set_diag_op.cc206 struct MatrixSetDiag<CPUDevice, T> { struct
207 static void Compute(OpKernelContext* context, const CPUDevice& device, in Compute()
H A Dmatrix_set_diag_op_gpu.cu.cc100 struct MatrixSetDiag<GPUDevice, Scalar> { struct
101 static void Compute(OpKernelContext* context, const GPUDevice& device, in Compute()
H A Dmatrix_set_diag_op.h27 struct MatrixSetDiag { struct
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3322 TEST_F(OpTest, MatrixSetDiag) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go24858 func MatrixSetDiag(scope *Scope, input tf.Output, diagonal tf.Output) (output tf.Output) { func