MCPcopy Create free account
hub / github.com/NVIDIA/FasterTransformer / begin

Method begin

src/fastertransformer/utils/Tensor.h:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 }
490
491 inline std::unordered_map<std::string, Tensor>::iterator begin()
492 {
493 return tensor_map_.begin();
494 }
495
496 inline std::unordered_map<std::string, Tensor>::iterator end()
497 {

Callers 15

GetBooleanMethod · 0.45
MakeKeyMethod · 0.45
loadNpyMethod · 0.45
sizeMethod · 0.45
sliceMethod · 0.45
~AllocatorMethod · 0.45
~AllocatorMethod · 0.45
~AllocatorMethod · 0.45
findBestAlgoMethod · 0.45
forwardMethod · 0.45
test_fp8_masked_softmaxFunction · 0.45

Calls

no outgoing calls

Tested by 6

test_fp8_masked_softmaxFunction · 0.36
mainFunction · 0.36
createTensorMethod · 0.36