Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ small_vector.h
File
small_vector.h
paddle/utils/small_vector.h:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
2
// This file copy from llvm/ADT/SmallVector.h, version: 12.0.0
3
// Modified the following points
4
// 1. remove macro
Callers
nothing calls this directly
Calls
14
free
Function · 0.85
set_size
Method · 0.80
isSmall
Method · 0.80
resetToSmall
Method · 0.80
copy
Function · 0.50
size
Method · 0.45
begin
Method · 0.45
destroy_range
Method · 0.45
end
Method · 0.45
capacity
Method · 0.45
clear
Method · 0.45
grow
Method · 0.45
Tested by
no test coverage detected