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

Function get_quant_wrapper_kernel

tools/python/transform/keras_converter.py:92–97  ·  view source on GitHub ↗
(quant_wrapper)

Source from the content-addressed store, hash-verified

90
91
92def get_quant_wrapper_kernel(quant_wrapper):
93 for weight in quant_wrapper.weights:
94 if weight.name == quant_wrapper.name + "/kernel:0":
95 return weight
96
97 return None
98
99
100def get_quant_wrapper_bias(quant_wrapper):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected