Home
last modified time | relevance | path

Searched defs:write_code (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Programs/
D_freeze_module.py34 def write_code(outfile, marshalled: bytes, varname: str) -> None: function
D_freeze_module.c161 write_code(FILE *outfile, PyObject *marshalled, const char *varname) in write_code() function
/external/XNNPACK/test/
Dcode-cache.cc18 static void write_code(xnn_code_cache* cache, const std::string& str) { in write_code() function
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/template_writer/cl/
DClTemplateWriter.cpp134 std::string ClTemplateWriter::write_code() in write_code() function in arm_compute::experimental::dynamic_fusion::ClTemplateWriter