Home
last modified time | relevance | path

Searched defs:optimization_flags (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/XNNPACK/src/
H A Druntime.c243 const uint32_t optimization_flags = XNN_FLAG_SPARSE_INFERENCE | XNN_FLAG_HINT_FP16_INFERENCE | in xnn_create_runtime_v4() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcodecache.py1562 def optimization_flags() -> str: function