Home
last modified time | relevance | path

Searched refs:xnn_init_code_cache (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/XNNPACK/test/
H A Dcode-cache.cc28 EXPECT_EQ(xnn_status_success, xnn_init_code_cache(&cache)); in TEST()
42 EXPECT_EQ(xnn_status_success, xnn_init_code_cache(&cache)); in TEST()
70 EXPECT_EQ(xnn_status_success, xnn_init_code_cache(&cache)); in TEST()
H A Dconvolution-operator-tester.h1358 xnn_init_code_cache(&code_cache); in TestNHWCxF32()
1419 xnn_init_code_cache(&inner_code_cache); in TestNHWCxF32()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcache.h65 enum xnn_status xnn_init_code_cache(struct xnn_code_cache* cache);
/aosp_15_r20/external/XNNPACK/src/
H A Dcache.c147 enum xnn_status xnn_init_code_cache(struct xnn_code_cache* cache) in xnn_init_code_cache() function
H A Druntime.c283 status = xnn_init_code_cache(code_cache); in xnn_create_runtime_v4()
/aosp_15_r20/external/XNNPACK/models/
H A Dfp32-mobilenet-v1.cc203 xnn_init_code_cache(&code_cache); in FP32MobileNetV1()
H A Dfp32-sparse-mobilenet-v1.cc229 xnn_init_code_cache(&code_cache); in FP32SparseMobileNetV1()
H A Dqs8-mobilenet-v1.cc204 xnn_init_code_cache(&code_cache); in QS8MobileNetV1()
H A Dfp16-mobilenet-v1.cc206 xnn_init_code_cache(&code_cache); in FP16MobileNetV1()
H A Dqu8-mobilenet-v1.cc204 xnn_init_code_cache(&code_cache); in QU8MobileNetV1()
H A Dqc8-mobilenet-v1.cc261 xnn_init_code_cache(&code_cache); in QC8MobileNetV1()
H A Dqu8-mobilenet-v2.cc374 xnn_init_code_cache(&code_cache); in QU8MobileNetV2()
H A Dqs8-mobilenet-v2.cc374 xnn_init_code_cache(&code_cache); in QS8MobileNetV2()
H A Dfp16-mobilenet-v2.cc376 xnn_init_code_cache(&code_cache); in FP16MobileNetV2()
H A Dfp32-mobilenet-v2.cc374 xnn_init_code_cache(&code_cache); in FP32MobileNetV2()
H A Dqc8-mobilenet-v2.cc481 xnn_init_code_cache(&code_cache); in QC8MobileNetV2()
H A Dfp32-sparse-mobilenet-v2.cc443 xnn_init_code_cache(&code_cache); in FP32SparseMobileNetV2()
H A Dfp32-mobilenet-v3-small.cc447 xnn_init_code_cache(&code_cache); in FP32MobileNetV3Small()
H A Dfp16-mobilenet-v3-small.cc450 xnn_init_code_cache(&code_cache); in FP16MobileNetV3Small()
H A Dfp32-sparse-mobilenet-v3-small.cc529 xnn_init_code_cache(&code_cache); in FP32SparseMobileNetV3Small()
H A Dfp32-mobilenet-v3-large.cc515 xnn_init_code_cache(&code_cache); in FP32MobileNetV3Large()
H A Dfp16-mobilenet-v3-large.cc518 xnn_init_code_cache(&code_cache); in FP16MobileNetV3Large()
H A Dfp32-sparse-mobilenet-v3-large.cc607 xnn_init_code_cache(&code_cache); in FP32SparseMobileNetV3Large()