/external/XNNPACK/src/xnnpack/ |
D | cache.h | 110 struct xnn_code_cache *code_cache; member
|
D | operator.h | 302 struct xnn_code_cache* code_cache; member
|
D | subgraph.h | 354 struct xnn_code_cache code_cache; member
|
/external/XNNPACK/models/ |
D | fp32-mobilenet-v2.cc | 373 xnn_code_cache code_cache; in FP32MobileNetV2() local 376 xnn_code_cache code_cache; in FP32MobileNetV2() local
|
D | fp32-sparse-mobilenet-v1.cc | 227 xnn_code_cache code_cache; in FP32SparseMobileNetV1() local
|
D | fp32-mobilenet-v1.cc | 201 xnn_code_cache code_cache; in FP32MobileNetV1() local
|
D | fp16-mobilenet-v1.cc | 204 xnn_code_cache code_cache; in FP16MobileNetV1() local
|
D | qu8-mobilenet-v1.cc | 202 xnn_code_cache code_cache; in QU8MobileNetV1() local
|
D | qs8-mobilenet-v1.cc | 202 xnn_code_cache code_cache; in QS8MobileNetV1() local
|
D | qc8-mobilenet-v1.cc | 259 xnn_code_cache code_cache; in QC8MobileNetV1() local
|
D | fp32-sparse-mobilenet-v2.cc | 441 xnn_code_cache code_cache; in FP32SparseMobileNetV2() local
|
D | fp16-mobilenet-v2.cc | 374 xnn_code_cache code_cache; in FP16MobileNetV2() local
|
D | qu8-mobilenet-v2.cc | 372 xnn_code_cache code_cache; in QU8MobileNetV2() local
|
D | qs8-mobilenet-v2.cc | 372 xnn_code_cache code_cache; in QS8MobileNetV2() local
|
D | qc8-mobilenet-v2.cc | 479 xnn_code_cache code_cache; in QC8MobileNetV2() local
|
D | fp16-mobilenet-v3-small.cc | 448 xnn_code_cache code_cache; in FP16MobileNetV3Small() local
|
D | fp32-sparse-mobilenet-v3-small.cc | 527 xnn_code_cache code_cache; in FP32SparseMobileNetV3Small() local
|
D | fp32-mobilenet-v3-small.cc | 445 xnn_code_cache code_cache; in FP32MobileNetV3Small() local
|
D | fp16-mobilenet-v3-large.cc | 516 xnn_code_cache code_cache; in FP16MobileNetV3Large() local
|
D | fp32-mobilenet-v3-large.cc | 513 xnn_code_cache code_cache; in FP32MobileNetV3Large() local
|
D | fp32-sparse-mobilenet-v3-large.cc | 605 xnn_code_cache code_cache; in FP32SparseMobileNetV3Large() local
|
/external/XNNPACK/src/ |
D | runtime.c | 280 struct xnn_code_cache* code_cache = NULL; in xnn_create_runtime_v4() local
|
/external/XNNPACK/src/operators/ |
D | convolution-nhwc.c | 72 struct xnn_code_cache* code_cache) in get_generated_gemm() 139 struct xnn_code_cache* code_cache) in get_generated_igemm()
|
/external/XNNPACK/test/ |
D | convolution-operator-tester.h | 1356 xnn_code_cache code_cache; in TestNHWCxF32() local
|