MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / data

Method data

subprojects/llama.cpp/tools/mtmd/mtmd.h:282–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 uint32_t nx() const { return mtmd_bitmap_get_nx(ptr.get()); }
281 uint32_t ny() const { return mtmd_bitmap_get_ny(ptr.get()); }
282 const unsigned char * data() const { return mtmd_bitmap_get_data(ptr.get()); }
283 size_t n_bytes() const { return mtmd_bitmap_get_n_bytes(ptr.get()); }
284 std::string id() const { return mtmd_bitmap_get_id(ptr.get()); }
285 void set_id(const char * id) const { mtmd_bitmap_set_id(ptr.get(), id); }

Callers 15

from_remote_tensorMethod · 0.45
mainFunction · 0.45
concat_diff_tmpMethod · 0.45
build_v_diffMethod · 0.45
get_hidden_layersFunction · 0.45
pca_modelMethod · 0.45
build_graph_piterFunction · 0.45
read_tensor_dataMethod · 0.45
run_mergeMethod · 0.45
copy_tensorMethod · 0.45
merge_tensorMethod · 0.45
eval_messageFunction · 0.45

Calls 2

mtmd_bitmap_get_dataFunction · 0.85
getMethod · 0.65

Tested by 15

test_promptFunction · 0.36
read_fileFunction · 0.36
test_contextMethod · 0.36
decodeMethod · 0.36
test_backend_max_outputsFunction · 0.36
main_automated_testsFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
test_roundtrip_on_layerFunction · 0.36
sampler_testerMethod · 0.36