step method

void step(
  1. double lr
)

Implementation

void step(double lr) => engine.tensorStep(_handle, lr);