Gemma4e family **************/
| 411 | |
| 412 | /************ Gemma4e family **************/ |
| 413 | Gemma4e::Gemma4e(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "Gemma4e") {} |
| 414 | |
| 415 | void Gemma4e::load_model(std::string model_path, json model_info, int default_context_length, bool enable_preemption) { |
| 416 |
nothing calls this directly
no outgoing calls
no test coverage detected