Searched refs:CreateR2F32Linspace (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | execution_profile_test.cc | 34 LiteralUtil::CreateR2F32Linspace(1e0, 1e5, 256, 256))); in XLA_TEST_F()
|
D | round_trip_transfer_test.cc | 132 RoundTripTest(LiteralUtil::CreateR2F32Linspace(-1.0f, 1.0f, 512, 512)); in TEST_F()
|
D | transfer_manager_test.cc | 325 LiteralUtil::CreateR2F32Linspace(0.0f, 1.0f, array_size, array_size)); in Run() 356 LiteralUtil::CreateR2F32Linspace(0.0f, 1.0f, array_size, array_size)); in Run()
|
D | fusion_test.cc | 867 LiteralUtil::CreateR2F32Linspace(1.0, 2.0, param0_dim0, param0_dim1); in BM_ParallelFusion() 873 LiteralUtil::CreateR2F32Linspace(1.0, 2.0, param1_dim0, param1_dim1); in BM_ParallelFusion() 879 LiteralUtil::CreateR2F32Linspace(1.0, 2.0, param2_dim0, param2_dim1); in BM_ParallelFusion()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | infeed_test.cc | 63 TestInfeedRoundTrip(LiteralUtil::CreateR2F32Linspace(0.0, 1.0, 128, 64)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cost_analysis_test.cc | 452 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F() 455 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F() 458 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F()
|
D | algebraic_simplifier_test.cc | 4466 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 4546 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 4644 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 4666 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 4714 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 4725 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_infeed_test.cc | 69 TestInfeedRoundTrip(LiteralUtil::CreateR2F32Linspace(0.0, 1.0, 128, 64)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.cc | 286 /* static */ Literal LiteralUtil::CreateR2F32Linspace(float from, float to, in CreateR2F32Linspace() function in xla::LiteralUtil
|
D | literal_util.h | 189 static Literal CreateR2F32Linspace(float from, float to, int64 rows,
|