Skip to content

Commit

Permalink
internal changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 250412228
  • Loading branch information
renjie-liu authored and tensorflower-gardener committed May 29, 2019
1 parent f04aaec commit a0be4ae
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2930,9 +2930,6 @@ inline void DepthwiseConv3x3FilterPerChannel(
params.filter_offset = filter_offset;
params.output_activation_min = output_activation_min;
params.output_activation_max = output_activation_max;
// TODO(renjieliu): Remove these once all per-channel cases have been handled.
params.output_multiplier = output_multiplier_ptr[0];
params.output_right_shift = output_shift_ptr[0];

const int32 filter_height = filter_shape.Dims(1);
const int32 filter_width = filter_shape.Dims(2);
Expand Down

0 comments on commit a0be4ae

Please sign in to comment.