| 12856 | ggml_set_name(mask_logits, "seg_mask_logits"); |
| 12857 | |
| 12858 | struct named_tensor { |
| 12859 | const char* name; |
| 12860 | struct ggml_tensor* tensor; |
| 12861 | }; |
| 12862 | |
| 12863 | const std::vector<named_tensor> direct_tensors = { |
| 12864 | {"text_features", text_features_snap}, |
nothing calls this directly
no outgoing calls
no test coverage detected