MCPcopy Create free account
hub / github.com/XiaoMi/mace / get_current_op_idx

Method get_current_op_idx

tools/python/layers_validate.py:158–159  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

156 return self.start_net_idx
157
158 def get_current_op_idx(self):
159 return self.start_op_idx
160
161 def is_hexagon(self, net_idx):
162 return self.hexagons[net_idx]

Callers 1

convertFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected