/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dynamic_dimension_inference_test.cc | 315 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 …]
|
D | dynamic_padder_test.cc | 267 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()
|
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 | 1622 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/ |
D | gtest-param-util.h | 56 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/ |
D | gtest-param-util.h | 60 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/ |
D | gtest-param-util.h | 57 TestParamInfo(const ParamType& a_param, size_t an_index) : in TestParamInfo() 58 param(a_param), in TestParamInfo()
|
/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/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/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 58 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/ |
D | array_elementwise_ops_test.cc | 359 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/ |
D | gtest.h | 11103 TestParamInfo(const ParamType& a_param, size_t an_index) : 11104 param(a_param),
|