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 | 367 LiteralUtil::CreateR2F32Linspace(0.0f, 1.0f, array_size, array_size)); in Run() 397 LiteralUtil::CreateR2F32Linspace(0.0f, 1.0f, array_size, array_size)); in Run()
|
D | cpu_gpu_fusion_test.cc | 866 LiteralUtil::CreateR2F32Linspace(1.0, 2.0, param0_dim0, param0_dim1); in BM_ParallelFusion() 872 LiteralUtil::CreateR2F32Linspace(1.0, 2.0, param1_dim0, param1_dim1); in BM_ParallelFusion() 878 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 | 603 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F() 606 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F() 609 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F() 663 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F() 666 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F() 669 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F()
|
D | algebraic_simplifier_test.cc | 5330 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 5410 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 5604 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 5626 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 5674 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_P() 5685 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.h | 152 static Literal CreateR2F32Linspace(float from, float to, int64 rows,
|
D | literal_util.cc | 338 /* static */ Literal LiteralUtil::CreateR2F32Linspace(float from, float to, in CreateR2F32Linspace() function in xla::LiteralUtil
|