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.cc325 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()
Dfusion_test.cc867 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/
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.cc452 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F()
455 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F()
458 HloInstruction::CreateConstant(LiteralUtil::CreateR2F32Linspace( in TEST_F()
Dalgebraic_simplifier_test.cc4466 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/
Dcpu_infeed_test.cc69 TestInfeedRoundTrip(LiteralUtil::CreateR2F32Linspace(0.0, 1.0, 128, 64)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.cc286 /* static */ Literal LiteralUtil::CreateR2F32Linspace(float from, float to, in CreateR2F32Linspace() function in xla::LiteralUtil
Dliteral_util.h189 static Literal CreateR2F32Linspace(float from, float to, int64 rows,