Searched refs:CreateR2WithLayout (Results 1 – 14 of 14) sorted by relevance
144 auto rowmaj_array = LiteralUtil::CreateR2WithLayout( in XLA_TEST_F()149 auto colmaj_array = LiteralUtil::CreateR2WithLayout( in XLA_TEST_F()
59 Literal expected_literal = LiteralUtil::CreateR2WithLayout<int32>( in XLA_TEST_F()
459 Literal literal = LiteralUtil::CreateR2WithLayout<float>( in XLA_TEST_F()471 Literal literal = LiteralUtil::CreateR2WithLayout<float>( in XLA_TEST_F()
368 Literal param0_literal = LiteralUtil::CreateR2WithLayout( in XLA_TEST_F()373 Literal param1_literal = LiteralUtil::CreateR2WithLayout( in XLA_TEST_F()
259 Literal expected_literal = LiteralUtil::CreateR2WithLayout<int32>( in XLA_TEST_F()
197 Literal literal = LiteralUtil::CreateR2WithLayout<float>( in XLA_TEST_F()
132 auto x_array = LiteralToShapedBuffer(LiteralUtil::CreateR2WithLayout( in XLA_TEST_F()138 auto y_array = LiteralToShapedBuffer(LiteralUtil::CreateR2WithLayout( in XLA_TEST_F()
549 ->TransferToServer(LiteralUtil::CreateR2WithLayout<complex64>( in XLA_TEST_F()554 ->TransferToServer(LiteralUtil::CreateR2WithLayout<complex64>( in XLA_TEST_F()
84 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()87 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()116 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()119 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()
165 auto constant_literal1 = LiteralUtil::CreateR2WithLayout<float>( in TEST_F()167 auto constant_literal2 = LiteralUtil::CreateR2WithLayout<float>( in TEST_F()216 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()219 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()253 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()256 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()820 HloInstruction::CreateConstant(LiteralUtil::CreateR2WithLayout<float>( in TEST_F()
618 auto input_literal = LiteralUtil::CreateR2WithLayout<int32>( in TEST_P()620 auto expected = LiteralUtil::CreateR2WithLayout<float>( in TEST_P()
79 static Literal CreateR2WithLayout(313 /* static */ Literal LiteralUtil::CreateR2WithLayout( in CreateR2WithLayout() function328 return CreateR2WithLayout(values, LayoutUtil::GetDefaultLayoutForR2()); in CreateR2()
782 auto mat_dim0minor = LiteralUtil::CreateR2WithLayout<int32>( in TEST_F()793 auto mat_dim0major = LiteralUtil::CreateR2WithLayout<int32>( in TEST_F()
209 auto array = xla::LiteralUtil::CreateR2WithLayout<float>(v, layout); in FloatMatrix()1614 xla::LiteralUtil::CreateR2WithLayout<float>({{18.0f}, {44.0f}}, layout); in TEST()