Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XiaoMi/mace
/ is_hexagon
Method
is_hexagon
tools/python/layers_validate.py:161–162 ·
view source on GitHub ↗
(self, net_idx)
Source
from the content-addressed store, hash-verified
159
return
self.start_op_idx
160
161
def
is_hexagon(self, net_idx):
162
return
self.hexagons[net_idx]
163
164
def
is_quantize(self, net_idx):
165
return
self.quantizes[net_idx]
Callers
1
convert
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected