Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetBoolean
Method · 0.45
MakeKey
Method · 0.45
loadNpy
Method · 0.45
size
Method · 0.45
slice
Method · 0.45
~Allocator
Method · 0.45
~Allocator
Method · 0.45
~Allocator
Method · 0.45
findBestAlgo
Method · 0.45
forward
Method · 0.45
test_fp8_add_fused_QKV_bias_transpose
Function · 0.45
test_fp8_masked_softmax
Function · 0.45
Calls
no outgoing calls
Tested by
6
test_fp8_add_fused_QKV_bias_transpose
Function · 0.36
test_fp8_masked_softmax
Function · 0.36
main
Function · 0.36
test_fp8_general_add_bias_residual_pre_layernorm
Function · 0.36
test_masked_multihead_attention
Function · 0.36
createTensor
Method · 0.36