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

Method get_current_op

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

Source from the content-addressed store, hash-verified

142 return False
143
144 def get_current_op(self):
145 return self.net_defs[self.start_net_idx].op[self.start_op_idx]
146
147 def get_next_op(self):
148 if self.start_op_idx + 1 < self.net_op_nums[self.start_net_idx]:

Callers 1

convertFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected