Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/markupsafe/
Dsetup.py40 def run_setup(with_binary): argument
44 ext_modules=ext_modules if with_binary else [],
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/xpu/detail/
H A DMatmul.cpp218 if (attr.with_binary()) in matmul()
H A DAttr.h317 bool with_binary() { in with_binary() function
H A DDeconv.cpp223 if (attr.with_binary()) in deconvolution()
H A DConv.cpp232 if (attr.with_binary()) in convolution()