Home
last modified time | relevance | path

Searched refs:a_param (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc315 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
326 HloInstruction::CreateDot(xz_shape, a_param, b_param, dot_dnums, in TEST_F()
356 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
371 HloInstruction::CreateDot(output_shape, a_param, b_param, dot_dnums, in TEST_F()
395 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
408 HloInstruction::CreateDot(output_shape, a_param, b_param, dot_dnums, in TEST_F()
445 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
463 zx_shape, a_param, b_param, /*feature_group_count=*/1, in TEST_F()
491 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
501 HloInstruction::CreateTranspose(output_shape, a_param, {2, 1, 0})); in TEST_F()
[all …]
Ddynamic_padder_test.cc267 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
285 zx_shape, a_param, b_param, /*feature_group_count=*/1, in TEST_F()
310 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
328 zx_shape, a_param, b_param, /*feature_group_count=*/1, in TEST_F()
Dheap_simulator_test.cc641 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
644 HloInstruction::CreateUnary(f32vec4_, HloOpcode::kExp, a_param)); in TEST_F()
646 HloInstruction::CreateUnary(f32vec4_, HloOpcode::kNegate, a_param)); in TEST_F()
652 auto a_param = builder.AddInstruction( in TEST_F() local
655 HloInstruction::CreateUnary(f32vec4_, HloOpcode::kNegate, a_param)); in TEST_F()
661 tracker.RunWholeModule({a_param, neg, fusion}); in TEST_F()
Dbuffer_assignment_test.cc1622 auto a_param = a_builder.AddInstruction( in TEST_F() local
1625 a_builder.AddInstruction(HloInstruction::CreateTuple({a_param})); in TEST_F()
1653 EXPECT_TRUE(BuffersDistinct({a_param}, {b_param}, *assignment)); in TEST_F()
1654 EXPECT_TRUE(BuffersDistinct({a_param}, {c_param}, *assignment)); in TEST_F()
1655 EXPECT_TRUE(BuffersDistinct({a_param}, {d_param}, *assignment)); in TEST_F()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h56 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo()
57 param(a_param), in TestParamInfo()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h60 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo()
61 param(a_param), in TestParamInfo()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h57 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo()
58 param(a_param), in TestParamInfo()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h57 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo()
58 param(a_param), in TestParamInfo()
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h59 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo()
60 param(a_param), in TestParamInfo()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h58 TestParamInfo(const ParamType &a_param, size_t an_index) in TestParamInfo()
59 : param(a_param), index(an_index) {} in TestParamInfo()
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc359 auto a_param = Parameter(&builder, 0, a_literal.shape(), "a_param"); in TEST_P() local
369 auto sum3 = Add(a_param, b_param); in TEST_P()
370 auto sum4 = Add(a_param, b_constant); in TEST_P()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h11103 TestParamInfo(const ParamType& a_param, size_t an_index) :
11104 param(a_param),