Gemma3_Text_Only family **************/
| 10 | |
| 11 | /************ Gemma3_Text_Only family **************/ |
| 12 | Gemma3_Text_Only::Gemma3_Text_Only(xrt::device* npu_device_inst) : AutoModel(npu_device_inst, "Gemma3_Text_Only") {} |
| 13 | |
| 14 | void Gemma3_Text_Only::load_model(std::string model_path, json model_info, int default_context_length, bool enable_preemption) { |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected