Home
last modified time | relevance | path

Searched refs:MakeIdentityR2 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.h171 static Literal MakeIdentityR2(int64 size);
510 /* static */ Literal LiteralUtil::MakeIdentityR2(int64 size) { in MakeIdentityR2() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dgather_operation_test.cc362 Literal operand = LiteralUtil::MakeIdentityR2<int32>(512); in XLA_TEST_F()