Home
last modified time | relevance | path

Searched refs:test_param (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Ddepthwiseconv_quantized_test.cc156 const TestParam& test_param, const DepthwiseParams& params, in DispatchDepthwiseConvImpl() argument
167 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() argument
373 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 …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmatrix_ops_simple_test.cc159 const ::testing::TestParamInfo<TestLinspaceMaxParam>& test_param) { in PrintTestLinspaceMaxParam()
160 const TestLinspaceMaxParam& param = test_param.param; in PrintTestLinspaceMaxParam()
Ddot_operation_test.cc270 const ::testing::TestParamInfo<DotTestParam>& test_param) { in PrintDotTestParam()
271 const DotTestParam& param = test_param.param; in PrintDotTestParam()
/external/python/cpython3/Lib/test/
Dtest_clinic.py301 def test_param(self): member in ClinicParserTest
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc2183 std::vector<TestParam> test_param{ in TEST_P() local
2204 test_param.push_back( in TEST_P()
2210 for (auto p : test_param) { in TEST_P()