Searched refs:test_param (Results 1 – 5 of 5) sorted by relevance
156 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConvImpl() argument167 switch (test_param.forced_invocation) { in DispatchDepthwiseConvImpl()196 switch (test_param.output_rounding) { in DispatchDepthwiseConvImpl()332 EXPECT_EQ(test_param.forced_invocation, DepthwiseConvImplementation::kNone) in DispatchDepthwiseConvImpl()335 << static_cast<int>(test_param.forced_invocation) in DispatchDepthwiseConvImpl()350 backend_context.SetMaxNumThreads(test_param.num_threads); in DispatchDepthwiseConvImpl()359 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConvImpl() argument373 switch (test_param.forced_invocation) { in DispatchDepthwiseConvImpl()402 switch (test_param.output_rounding) { in DispatchDepthwiseConvImpl()495 EXPECT_EQ(test_param.forced_invocation, DepthwiseConvImplementation::kNone) in DispatchDepthwiseConvImpl()[all …]
159 const ::testing::TestParamInfo<TestLinspaceMaxParam>& test_param) { in PrintTestLinspaceMaxParam()160 const TestLinspaceMaxParam& param = test_param.param; in PrintTestLinspaceMaxParam()
270 const ::testing::TestParamInfo<DotTestParam>& test_param) { in PrintDotTestParam()271 const DotTestParam& param = test_param.param; in PrintDotTestParam()
301 def test_param(self): member in ClinicParserTest
2183 std::vector<TestParam> test_param{ in TEST_P() local2204 test_param.push_back( in TEST_P()2210 for (auto p : test_param) { in TEST_P()