MCPcopy Create free account
hub / github.com/antirez/ds4 / tensor_type

Function tensor_type

ds4.c:1694–1698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1692
1693 p->layer_records[il]++;
1694 p->total_records++;
1695 if (is_hash) p->layer_is_hash[il] = true;
1696
1697 if (p->prev_valid[il] && p->prev_pos[il] + 1u == pos) {
1698 uint32_t intersection = 0;
1699 for (uint32_t a = 0; a < p->n_expert_used; a++) {
1700 for (uint32_t b = 0; b < p->n_expert_used; b++) {
1701 if (p->prev_selected[il][a] == selected[b]) {

Callers 3

tensor_type_nameFunction · 0.85
tensor_nbytesFunction · 0.85
tensor_expert_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected