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

Function get_quant_wrapper_depthwise_kernel

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

Source from the content-addressed store, hash-verified

106
107
108def get_quant_wrapper_depthwise_kernel(quant_wrapper):
109 for weight in quant_wrapper.weights:
110 if weight.name == quant_wrapper.name + "/depthwise_kernel:0":
111 return weight
112
113 return None
114
115
116def get_activation(activation):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected