Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 657246996
Change-Id: I93bdf156d77db53d393284383eb4b9aeea35a087
  • Loading branch information
hawkinsp authored and copybara-github committed Jul 29, 2024
1 parent 6be2f5c commit dec22c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qkeras/qtools/DnC/divide_and_conquer.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def get_per_layer_cost(layer_quantizer_bitwidth, layer_mac_count, layer_shapes,
dnc_layer_cost_ace.MemoryGatesPerBit["Register"] +
OutElementPerClk * layer_quantizer_bitwidth["output_bits"] *
dnc_layer_cost_ace.MemoryGatesPerBit["Register"] +
np.product(layer_shapes["weight_shape"]) *
np.prod(layer_shapes["weight_shape"]) *
layer_quantizer_bitwidth["weight_bits"] *
dnc_layer_cost_ace.MemoryGatesPerBit["ROM"])

Expand Down

0 comments on commit dec22c7

Please sign in to comment.