(quant_wrapper)
| 106 | |
| 107 | |
| 108 | def 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 | |
| 116 | def get_activation(activation): |
no outgoing calls
no test coverage detected