Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ ggml_tensor_overhead
Function
ggml_tensor_overhead
subprojects/llama.cpp/ggml/src/ggml.c:1391–1393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1389
}
1390
1391
size_t ggml_tensor_overhead(void) {
1392
return GGML_OBJECT_SIZE + GGML_TENSOR_SIZE;
1393
}
1394
1395
bool ggml_is_transposed(const struct ggml_tensor * tensor) {
1396
return tensor->nb[0] > tensor->nb[1];
Callers
15
save_tensor_for_layer
Method · 0.85
train_context
Method · 0.85
pca_model
Method · 0.85
build_graph_piter
Function · 0.85
lora_merge_ctx
Method · 0.85
merge_tensor
Method · 0.85
load_tensors
Method · 0.85
alloc_compute_meta
Method · 0.85
save_imatrix
Method · 0.85
llama_sampler_backend_support
Function · 0.85
weight_buft_supported
Function · 0.85
load_tensors
Method · 0.85
Calls
no outgoing calls
Tested by
10
helper_get_ctx_data
Function · 0.68
test_regression
Function · 0.68
main
Function · 0.68
make_context
Function · 0.68
eval
Method · 0.68
eval_perf
Method · 0.68
eval_support
Method · 0.68
eval_grad
Method · 0.68
show_test_coverage
Function · 0.68
get_random_gguf_context
Function · 0.68