Home
last modified time | relevance | path

Searched refs:CreateR2F32Linspace (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dexecution_profile_test.cc34 LiteralUtil::CreateR2F32Linspace(1e0, 1e5, 256, 256))); in XLA_TEST_F()
Dround_trip_transfer_test.cc132 RoundTripTest(LiteralUtil::CreateR2F32Linspace(-1.0f, 1.0f, 512, 512)); in TEST_F()
Dtransfer_manager_test.cc367 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()
Dcpu_gpu_fusion_test.cc866 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/
Dinfeed_test.cc63 TestInfeedRoundTrip(LiteralUtil::CreateR2F32Linspace(0.0, 1.0, 128, 64)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis_test.cc603 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()
Dalgebraic_simplifier_test.cc5330 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/
Dcpu_infeed_test.cc69 TestInfeedRoundTrip(LiteralUtil::CreateR2F32Linspace(0.0, 1.0, 128, 64)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.h152 static Literal CreateR2F32Linspace(float from, float to, int64 rows,
Dliteral_util.cc338 /* static */ Literal LiteralUtil::CreateR2F32Linspace(float from, float to, in CreateR2F32Linspace() function in xla::LiteralUtil