(quant_wrapper)
| 90 | |
| 91 | |
| 92 | def 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 | |
| 100 | def get_quant_wrapper_bias(quant_wrapper): |
no outgoing calls
no test coverage detected