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

Method is_quantize

tools/python/layers_validate.py:164–165  ·  view source on GitHub ↗
(self, net_idx)

Source from the content-addressed store, hash-verified

162 return self.hexagons[net_idx]
163
164 def is_quantize(self, net_idx):
165 return self.quantizes[net_idx]
166
167
168def convert(model_file, output_dir, layers):

Callers 1

convertFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected