| 21 | } |
| 22 | |
| 23 | void LSQForward::deduce_layout( |
| 24 | const TensorLayout& input, const TensorLayout& /* scale */, |
| 25 | const TensorLayout& /*zero_point*/, const TensorLayout& /*grad_scale*/, |
| 26 | TensorLayout& output) { |
| 27 | deduce_layout_fwd(input, output); |
| 28 | } |
| 29 | |
| 30 | void LSQForward::check_exec( |
| 31 | const TensorLayout& input, const TensorLayout& scale, |
no outgoing calls