HomeSort by relevance Sort by last modified time
    Searched refs:x_bar (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 171 x_bar=$(echo $x_start + 0.5 + 0.5*$box_width | bc)
173 echo -n "$x_bar $color "
178 (( $(bc <<< "$x_bar < $x_start + 1.5 - 0.5*$tcp_space") == 1 )) && \
179 (( $(bc <<< "$x_bar + $box_width > $x_start + 1.5 + 0.5*$tcp_space") \
181 x_bar=$(echo $x_bar + $tcp_space | bc)
184 x_bar=$(echo $x_bar + $box_width | bc)
186 if (( $(bc <<< "$x_bar > 2.5") == 1 )) ; then
191 (( $(bc <<< "(100*$x_bar)%100 < 50") == 1 )
    [all...]
  /external/tensorflow/tensorflow/contrib/rnn/python/ops/
rnn_cell.py     [all...]

Completed in 395 milliseconds