MCPcopy 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

freeFunction · 0.85
set_sizeMethod · 0.80
isSmallMethod · 0.80
resetToSmallMethod · 0.80
copyFunction · 0.50
sizeMethod · 0.45
beginMethod · 0.45
destroy_rangeMethod · 0.45
endMethod · 0.45
capacityMethod · 0.45
clearMethod · 0.45
growMethod · 0.45

Tested by

no test coverage detected