MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / bytes

Method bytes

mllm/core/Tensor.cpp:669–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669size_t Tensor::bytes() const { return impl_->size(); }
670
671ComplexIndexingBlob::ComplexIndexingBlob(SliceIndicesPair p) : slice_indices_(p) {}
672

Callers 15

warmupFunction · 0.45
writeMethod · 0.45
readMethod · 0.45
forwardMethod · 0.45
finalizeMethod · 0.45
recoverMethod · 0.45
copyFunction · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
forwardMethod · 0.45
prepareAscendTensorFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected