Searched defs:write_code (Results 1 – 6 of 6) sorted by relevance
34 def write_code(outfile, marshalled: bytes, varname: str) -> None: function
161 write_code(FILE *outfile, PyObject *marshalled, const char *varname) in write_code() function
18 static void write_code(xnn_code_cache* cache, const std::string& str) { in write_code() function
134 std::string ClTemplateWriter::write_code() in write_code() function in arm_compute::experimental::dynamic_fusion::ClTemplateWriter
589 fn write_code(mut self, code: u8) -> Self { in write_code() method
570 fn write_code(mut self, code: u8) -> Self { in write_code() method