/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dynamic_dimension_inference_test.cc | 322 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 …]
|
D | dynamic_padder_test.cc | 339 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()
|
D | heap_simulator_test.cc | 641 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()
|
D | buffer_assignment_test.cc | 1699 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/ |
D | gtest-param-util.h | 57 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/ |
D | gtest-param-util.h | 60 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/ |
D | gtest-param-util.h | 59 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/ |
D | gtest-param-util.h | 59 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/ |
D | gtest-param-util.h | 59 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/ |
D | gtest-param-util.h | 60 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/ |
D | gtest-param-util.h | 60 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/ |
D | array_elementwise_ops_test.cc | 365 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/ |
D | gtest.h | 11103 TestParamInfo(const ParamType& a_param, size_t an_index) : 11104 param(a_param),
|