Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc322 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
333 HloInstruction::CreateDot(xz_shape, a_param, b_param, dot_dnums, in TEST_F()
363 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
378 HloInstruction::CreateDot(output_shape, a_param, b_param, dot_dnums, in TEST_F()
402 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
415 HloInstruction::CreateDot(output_shape, a_param, b_param, dot_dnums, in TEST_F()
452 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
470 zx_shape, a_param, b_param, /*feature_group_count=*/1, in TEST_F()
498 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
508 HloInstruction::CreateTranspose(output_shape, a_param, {2, 1, 0})); in TEST_F()
[all …]
Ddynamic_padder_test.cc339 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
357 zx_shape, a_param, b_param, /*feature_group_count=*/1, in TEST_F()
382 auto* a_param = builder.AddInstruction(HloInstruction::CreateParameter( in TEST_F() local
400 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.cc1699 auto a_param = a_builder.AddInstruction( in TEST_F() local
1702 a_builder.AddInstruction(HloInstruction::CreateTuple({a_param})); in TEST_F()
1730 EXPECT_TRUE(BuffersDistinct({a_param}, {b_param}, *assignment)); in TEST_F()
1731 EXPECT_TRUE(BuffersDistinct({a_param}, {c_param}, *assignment)); in TEST_F()
1732 EXPECT_TRUE(BuffersDistinct({a_param}, {d_param}, *assignment)); in TEST_F()
/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/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h60 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo()
61 : param(a_param), index(an_index) {} 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/rust/crates/quiche/deps/boringssl/src/third_party/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/cronet/third_party/boringssl/src/third_party/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/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h60 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo()
61 : param(a_param), index(an_index) {} in TestParamInfo()
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h60 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo()
61 : param(a_param), index(an_index) {} in TestParamInfo()
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc365 auto a_param = Parameter(&builder, 0, a_literal.shape(), "a_param"); in TEST_P() local
375 auto sum3 = Add(a_param, b_param); in TEST_P()
376 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),