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

Function tensor_2d_value

ds4.c:5521–5526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5519 dspark_weights_note_metadata_error(dw, "target layer is outside the target model");
5520 }
5521 if (i != 0 && layer <= prev) {
5522 dspark_weights_note_metadata_error(dw, "target layers are not strictly increasing");
5523 }
5524 prev = layer;
5525 }
5526}
5527
5528static void dspark_weights_validate_block_layout(
5529 ds4_dspark_weights *dw,

Callers 2

compressor_decode_oneFunction · 0.85

Calls 2

ds4_dieFunction · 0.85
tensor_1d_valueFunction · 0.85

Tested by

no test coverage detected