Home
last modified time | relevance | path

Searched +defs:test +defs:kernel (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/gil/test/extension/numeric/
Dtest_fixture.hpp17 namespace test { namespace fixture { namespace
26 gil::kernel_1d<T> kernel(values.begin(), values.size(), (values.size() - 1) / 2); in create_kernel() local
/third_party/ffmpeg/tests/dnn/
Ddnn-layer-dense-test.c28 static int test(void) in test() function
91 float kernel[3*3] = { in test() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/
DMakefile21 kernel: ${EXEKERNEL} target
57 test: soft hard target
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dmul_int8_tests.cc85 …auto *kernel = creator(inputs_tensor, outputs_tensor, reinterpret_cast<OpParameter *>(&op_param), … in TEST_F() local
159 …auto *kernel = creator(inputs_tensor, outputs_tensor, reinterpret_cast<OpParameter *>(&op_param), … in TEST_F() local
233 …auto *kernel = creator(inputs_tensor, outputs_tensor, reinterpret_cast<OpParameter *>(&op_param), … in TEST_F() local
307 …auto *kernel = creator(inputs_tensor, outputs_tensor, reinterpret_cast<OpParameter *>(&op_param), … in TEST_F() local
329 TEST_F(TestMulInt8, test) { in TEST_F() argument
381 …auto *kernel = creator(inputs_tensor, outputs_tensor, reinterpret_cast<OpParameter *>(&op_param), … in TEST_F() local
/third_party/boost/tools/build/src/engine/
Dexecnt.cpp188 typedef struct test { const char * command; int result; } test; in execnt_unit_test() argument
752 FILETIME kernel; in record_times() local
965 FILETIME kernel; in running_time() local
1022 FILETIME kernel; in creation_time() local
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Dcommon.cc28 namespace mindspore::lite::opencl::test { namespace
128 auto *kernel = new (std::nothrow) kernel::LiteKernel(shared_kernel); in TestMain() local
294 auto *kernel = new (std::nothrow) kernel::LiteKernel(shared_kernel); in TestMain() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_mosaic_info.cpp618 dng_bilinear_kernel &kernel = fKernel [patRow] [patCol]; in Calculate() local
914 dng_bilinear_kernel &kernel = fKernel [patRow2] [patCol2]; in Calculate() local
967 dng_bilinear_kernel &kernel = fKernel [patRow] [patCol]; in Calculate() local
1545 dng_point test; in IsSafeDownScale() local
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …pace","design/concepts","design/conclusions","design/dynamic_image","design/examples","design/exte…
/third_party/python/Modules/
Dposixmodule.c8945 FILETIME create, exit, kernel, user; in os_times_impl() local
15417 #define PROBE(name, test) \ argument