Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchTutorials
/ functions
Functions
772 in github.com/AllentDan/LibtorchTutorials
⨍
Functions
772
◇
Types & classes
204
↓ 1 callers
Method
SetAttribute
lesson7-Detection/src/utils/tinyxml.cpp:740
↓ 1 callers
Method
SetCDATA
Turns on or off a CDATA representation of text.
lesson7-Detection/src/utils/tinyxml.h:1245
↓ 1 callers
Method
SetDocument
[internal use] Set the document pointer so the attribute can report errors.
lesson7-Detection/src/utils/tinyxml.h:877
↓ 1 callers
Method
StreamIn
lesson7-Detection/src/utils/tinyxmlparser.cpp:641
↓ 1 callers
Method
Train
lesson6-Segmentation/Segmentor.h:53
↓ 1 callers
Method
Train
lesson5-TrainingVGG/Classification.cpp:60
↓ 1 callers
Function
_wopendir
* Open directory stream DIRNAME for read and return a pointer to the * internal working area that is used to retrieve individual directory * entri
lesson7-Detection/src/utils/_dirent.h:365
↓ 1 callers
Function
_wreaddir_r
* Read next directory entry. * * Returns zero on success. If end of directory stream is reached, then sets * result to NULL and returns zero.
lesson7-Detection/src/utils/_dirent.h:477
↓ 1 callers
Function
_wrewinddir
* Rewind directory stream such that _wreaddir() returns the very first * file name again. */
lesson7-Detection/src/utils/_dirent.h:550
↓ 1 callers
Function
append_exponent
lesson6-Segmentation/json.hpp:15262
↓ 1 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
lesson6-Segmentation/json.hpp:19793
↓ 1 callers
Function
box_ciou
lesson7-Detection/src/models/yolo_training.cpp:93
↓ 1 callers
Function
clip_by_tensor
clip tensor, ������32����64���ɣ����
lesson7-Detection/src/models/yolo_training.cpp:139
↓ 1 callers
Function
conv_options
lesson5-TrainingVGG/vgg.h:9
↓ 1 callers
Function
crbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
lesson6-Segmentation/json.hpp:21181
↓ 1 callers
Method
create
lesson6-Segmentation/json.hpp:2567
↓ 1 callers
Function
crend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
lesson6-Segmentation/json.hpp:21210
↓ 1 callers
Function
emplace_back
lesson6-Segmentation/json.hpp:21901
↓ 1 callers
Function
erase
lesson6-Segmentation/json.hpp:20516
↓ 1 callers
Method
features
lesson6-Segmentation/ResNet.cpp:107
↓ 1 callers
Function
find_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
lesson6-Segmentation/json.hpp:14824
↓ 1 callers
Function
flatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
lesson6-Segmentation/json.hpp:12384
↓ 1 callers
Function
format_buffer
lesson6-Segmentation/json.hpp:15314
↓ 1 callers
Method
forward
lesson2-TensorOperations/main.cpp:28
↓ 1 callers
Function
from_json_tuple_impl
lesson6-Segmentation/json.hpp:3733
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
lesson6-Segmentation/json.hpp:14660
↓ 1 callers
Function
get_color_list
lesson6-Segmentation/SegDataset.cpp:3
↓ 1 callers
Method
get_value
lesson6-Segmentation/json.hpp:10647
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
lesson6-Segmentation/json.hpp:14921
↓ 1 callers
Function
hash
lesson6-Segmentation/json.hpp:4613
↓ 1 callers
Function
in_vec
lesson7-Detection/src/models/yolo_training.cpp:23
↓ 1 callers
Function
int_to_string
lesson6-Segmentation/json.hpp:3835
↓ 1 callers
Function
is_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
lesson6-Segmentation/json.hpp:18944
↓ 1 callers
Function
loadXML
lesson7-Detection/src/DetDataset.cpp:5
↓ 1 callers
Function
load_data_from_folder
遍历该目录下的.jpg图片
lesson4-DatasetUtilization/dataSet.cpp:4
↓ 1 callers
Function
load_data_from_folder
遍历该目录下的.jpg图片
lesson5-TrainingVGG/dataSet.cpp:4
↓ 1 callers
Function
lstmOption
lesson3-BasicModels/LSTM.h:8
↓ 1 callers
Function
make_features
lesson5-TrainingVGG/vgg.cpp:3
↓ 1 callers
Function
maxpool_options
lesson5-TrainingVGG/vgg.h:18
↓ 1 callers
Function
maxpool_options
lesson7-Detection/src/utils/util.h:34
↓ 1 callers
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
lesson6-Segmentation/json.hpp:14414
↓ 1 callers
Method
name
lesson6-Segmentation/json.hpp:2369
↓ 1 callers
Function
nms_libtorch
lesson7-Detection/src/models/yolo_training.cpp:471
↓ 1 callers
Method
operator+
add to iterator
lesson6-Segmentation/json.hpp:11491
↓ 1 callers
Function
operator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
lesson6-Segmentation/json.hpp:21738
↓ 1 callers
Function
operator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
lesson6-Segmentation/json.hpp:3404
↓ 1 callers
Function
parse
lesson6-Segmentation/json.hpp:23187
↓ 1 callers
Function
pretrained_resnet
lesson6-Segmentation/ResNet.cpp:195
↓ 1 callers
Function
readdir
Read next directory entry */
lesson7-Detection/src/utils/_dirent.h:669
↓ 1 callers
Function
sax_parse
lesson6-Segmentation/json.hpp:23291
↓ 1 callers
Function
show_bbox
lesson7-Detection/src/Detector.cpp:249
↓ 1 callers
Function
show_bbox_coco
lesson7-Detection/src/main.cpp:6
↓ 1 callers
Method
size
Return the length of data
lesson5-TrainingVGG/dataSet.h:33
↓ 1 callers
Function
skip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
lesson6-Segmentation/json.hpp:7357
↓ 1 callers
Function
smooth_label
lesson7-Detection/src/models/yolo_training.cpp:89
↓ 1 callers
Function
strverscmp
Compare strings */
lesson7-Detection/src/utils/_dirent.h:900
↓ 1 callers
Function
to_cbor
lesson6-Segmentation/json.hpp:23558
↓ 1 callers
Function
to_json_tuple_impl
lesson6-Segmentation/json.hpp:4336
↓ 1 callers
Function
unescape
unescape "~1" to tilde and "~0" to slash (order is important!)
lesson6-Segmentation/json.hpp:12371
↓ 1 callers
Function
upsample_options
lesson6-Segmentation/util.h:20
Method
Attribute
lesson7-Detection/src/utils/tinyxml.cpp:577
Method
BasicConvImpl
lesson7-Detection/src/models/CSPdarknet53_tiny.cpp:4
Method
BlockImpl
lesson6-Segmentation/ResNet.cpp:3
Method
CSPdarknet53_tinyImpl
lesson7-Detection/src/models/CSPdarknet53_tiny.cpp:58
Method
CStr
Return the result.
lesson7-Detection/src/utils/tinyxml.h:1775
Method
CenterX
lesson7-Detection/src/utils/Augmentations.cpp:26
Method
CenterY
lesson7-Detection/src/utils/Augmentations.cpp:31
Method
Child
lesson7-Detection/src/utils/tinyxml.cpp:1680
Method
Child
lesson7-Detection/src/utils/tinyxml.h:1679
Method
ChildElement
lesson7-Detection/src/utils/tinyxml.cpp:1718
Method
ChildElement
lesson7-Detection/src/utils/tinyxml.h:1680
Method
Classifier
lesson5-TrainingVGG/Classification.cpp:4
Method
Clear
lesson7-Detection/src/utils/tinyxml.h:102
Method
ClearError
If you have handled the error, it can be reset with this call. The error state is automatically cleared if you Parse a new XML block. */
lesson7-Detection/src/utils/tinyxml.h:1511
Method
ClearThis
lesson7-Detection/src/utils/tinyxml.cpp:565
Method
Column
lesson7-Detection/src/utils/tinyxml.h:245
Method
Conv2dReLUImpl
lesson6-Segmentation/UNetDecoder.cpp:21
Method
ConvReluBnImpl
lesson2-TensorOperations/main.cpp:22
Method
ConvReluBnImpl
lesson3-BasicModels/BaseModule.cpp:3
Method
ConvertUTF32ToUTF8
lesson7-Detection/src/utils/tinyxmlparser.cpp:88
Method
Data
lesson7-Detection/src/utils/Augmentations.h:18
Method
DecoderBlockImpl
lesson6-Segmentation/UNetDecoder.cpp:34
Method
DetDataset
Constructor
lesson7-Detection/src/DetDataset.h:21
Method
Detector
lesson7-Detection/src/Detector.cpp:6
Method
DoIndent
lesson7-Detection/src/utils/tinyxml.h:1785
Method
DoLineBreak
lesson7-Detection/src/utils/tinyxml.h:1789
Method
DoubleValue
lesson7-Detection/src/utils/tinyxml.cpp:1277
Method
Element
@deprecated use ToElement. Return the handle as a TiXmlElement. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1703
Method
EncodeString
lesson7-Detection/src/utils/tinyxml.cpp:52
Method
Error
If an error occurs, Error will be set to true. Also, - The ErrorId() will contain the integer identifier of the error (not generally useful) - The
lesson7-Detection/src/utils/tinyxml.h:1460
Method
ErrorCol
lesson7-Detection/src/utils/tinyxml.h:1478
Method
ErrorId
Generally, you probably want the error string ( ErrorDesc() ). But if you prefer the ErrorId, this function will fetch it. */
lesson7-Detection/src/utils/tinyxml.h:1468
Method
ErrorRow
Returns the location (if known) of the error. The first column is column 1, and the first row is row 1. A value of 0 means the row and column wasn'
lesson7-Detection/src/utils/tinyxml.h:1477
Method
FirstAttribute
lesson7-Detection/src/utils/tinyxml.h:1084
Method
FirstChild
lesson7-Detection/src/utils/tinyxml.h:522
Method
FirstChild
lesson7-Detection/src/utils/tinyxml.h:1676
Method
FirstChildElement
lesson7-Detection/src/utils/tinyxml.h:665
Method
FirstChildElement
lesson7-Detection/src/utils/tinyxml.h:1677
Method
GetChar
Get a character, while interpreting entities. The length can be from 0 to 4 bytes.
lesson7-Detection/src/utils/tinyxml.h:327
Method
GetDocument
lesson7-Detection/src/utils/tinyxml.h:690
← previous
next →
201–300 of 772, ranked by callers