Home
last modified time | relevance | path

Searched refs:IdentityMatrix (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmatrix.h31 XlaOp IdentityMatrix(XlaBuilder* builder, PrimitiveType type, int64 m, int64 n);
Dself_adjoint_eig_test.cc232 GetAverageAbsoluteError(IdentityMatrix(&builder, F32, 8, 8), in XLA_TEST_F()
Dqr.cc350 auto q = Broadcast(IdentityMatrix(builder, type, m, m), batch_dims); in QRDecomposition()
Dmatrix.cc41 XlaOp IdentityMatrix(XlaBuilder* builder, PrimitiveType type, int64 m, in IdentityMatrix() function
Dsvd.cc271 IdentityMatrix(builder, a_shape.element_type(), m, m), batch_dims); in HouseHolderBidiagonalization()
273 IdentityMatrix(builder, a_shape.element_type(), n, n), batch_dims); in HouseHolderBidiagonalization()
Dself_adjoint_eig.cc437 auto v_init = Broadcast(IdentityMatrix(builder, type, m, m), batch_dims); in SelfAdjointEig()
/external/tensorflow/tensorflow/compiler/xla/service/
Dtriangular_solve_expander.cc162 IdentityMatrix(builder, shape.element_type(), block_size, block_size); in InvertDiagonalBlocks()
422 a = xla::Add(a, IdentityMatrix(builder, a_shape.element_type(), k, k), in BuildTriangularSolve()