| 131 | } |
| 132 | |
| 133 | engine::core::TensorValue make_i32(const engine::core::TensorShape & shape) { |
| 134 | return engine::core::make_tensor(ctx, GGML_TYPE_I32, shape); |
| 135 | } |
| 136 | |
| 137 | void allocate_tensors() { |
| 138 | if (buffer != nullptr) { |
no test coverage detected