(modelPath string)
| 58 | } |
| 59 | |
| 60 | func ModelPath(modelPath string) ConfigLoaderOption { |
| 61 | return func(o *LoadOptions) { |
| 62 | o.modelPath = modelPath |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | func LoadOptionF16(f16 bool) ConfigLoaderOption { |
| 67 | return func(o *LoadOptions) { |
no outgoing calls
no test coverage detected