cr.nimble.cbuf_push_left

cr.nimble.cbuf_push_left(buf, val)[source]

Left shift the contents of the vector

Parameters
  • buf (jax.numpy.ndarray) – A circular buffer

  • val – A value to be pushed in the buffer from left

Returns

modified buffer

Return type

jax.numpy.ndarray