Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ dump_xml
Method
dump_xml
scripts/update_supported_ops.py:361–362 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
359
self.xml +=
"</table>\n"
360
361
def
dump_xml(self):
362
print(self.xml)
363
364
def
update_dox_file(self):
365
operator_list_dox = self.project_dir /
"docs"
/
"user_guide"
/
"operator_list.dox"
Callers
1
update_supported_ops.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected