MCPcopy Create free account
hub / github.com/PABannier/sam3.cpp / named_tensor

Class named_tensor

sam3.cpp:12858–12861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected