MCPcopy Create free account

hub / github.com/AllentDan/LibtorchTutorials / functions

Functions772 in github.com/AllentDan/LibtorchTutorials

↓ 4 callersMethodget_string
lesson6-Segmentation/json.hpp:9967
↓ 4 callersFunctioninsert_iterator
lesson6-Segmentation/json.hpp:21984
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
lesson6-Segmentation/json.hpp:18914
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
lesson6-Segmentation/json.hpp:12351
↓ 4 callersFunctionswap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
lesson6-Segmentation/json.hpp:22359
↓ 3 callersFunctionBCELoss
lesson7-Detection/src/models/yolo_training.cpp:150
↓ 3 callersMethodGetDocument
lesson7-Detection/src/utils/tinyxml.cpp:512
↓ 3 callersMethodNext
lesson7-Detection/src/utils/tinyxml.cpp:1170
↓ 3 callersMethodSetValue
Changes the value of the node. Defined as: @verbatim Document: filename of the xml file Element: name of the element Comment: the comment text
lesson7-Detection/src/utils/tinyxml.h:508
↓ 3 callersMethodToDocument
lesson7-Detection/src/utils/tinyxml.h:697
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
lesson6-Segmentation/json.hpp:21006
↓ 3 callersFunctionclosedir
Close directory stream */
lesson7-Detection/src/utils/_dirent.h:760
↓ 3 callersFunctionfile_sepator
lesson7-Detection/src/utils/readfile.h:30
↓ 3 callersFunctionfind
lesson6-Segmentation/json.hpp:20812
↓ 3 callersMethodforward
lesson6-Segmentation/UNet.cpp:21
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
lesson6-Segmentation/json.hpp:19029
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
lesson6-Segmentation/json.hpp:18973
↓ 3 callersMethodmoved_or_copied
lesson6-Segmentation/json.hpp:12565
↓ 3 callersFunctionopendir
Open directory stream using plain old C-string */
lesson7-Detection/src/utils/_dirent.h:634
↓ 3 callersFunctionreplace_all_distinct
lesson7-Detection/src/utils/util.cpp:74
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
lesson6-Segmentation/json.hpp:10977
↓ 3 callersMethodstart
lesson7-Detection/src/utils/tinystr.h:208
↓ 3 callersFunctionunget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
lesson6-Segmentation/json.hpp:7245
↓ 3 callersFunctionvec_index
lesson7-Detection/src/models/yolo_training.cpp:4
↓ 2 callersMethodAccept
lesson7-Detection/src/utils/tinyxml.cpp:875
↓ 2 callersMethodCDATA
Queries whether this represents text using a CDATA section.
lesson7-Detection/src/utils/tinyxml.h:1243
↓ 2 callersMethodLast
lesson7-Detection/src/utils/tinyxml.h:914
↓ 2 callersMethodLinkEndChild
lesson7-Detection/src/utils/tinyxml.cpp:186
↓ 2 callersMethodPredict
lesson7-Detection/src/Detector.cpp:274
↓ 2 callersMethodPrint
lesson7-Detection/src/utils/tinyxml.cpp:800
↓ 2 callersMethodRemove
lesson7-Detection/src/utils/tinyxml.cpp:1529
↓ 2 callersMethodSetDoubleValue
lesson7-Detection/src/utils/tinyxml.cpp:1261
↓ 2 callersMethodSetIntValue
lesson7-Detection/src/utils/tinyxml.cpp:1250
↓ 2 callersMethodSetName
lesson7-Detection/src/utils/tinyxml.h:835
↓ 2 callersMethodSetStreamPrinting
Switch over to "stream printing" which is the most dense formatting without linebreaks. Common when the XML is needed for network transmission. */
lesson7-Detection/src/utils/tinyxml.h:1771
↓ 2 callersFunctionTiXmlFOpen
Microsoft compiler security
lesson7-Detection/src/utils/tinyxml.cpp:39
↓ 2 callersMethodToDeclaration
< Cast to a more defined type. Will return null if not of the requested type.
lesson7-Detection/src/utils/tinyxml.h:702
↓ 2 callersMethodToUnknown
< Cast to a more defined type. Will return null if not of the requested type.
lesson7-Detection/src/utils/tinyxml.h:700
↓ 2 callersMethodVisitEnter
lesson7-Detection/src/utils/tinyxml.cpp:1756
↓ 2 callersMethodVisitExit
lesson7-Detection/src/utils/tinyxml.cpp:1761
↓ 2 callersFunction_wclosedir
* Close directory stream opened by opendir() function. This invalidates the * DIR structure as well as any directory entry read previously by * _
lesson7-Detection/src/utils/_dirent.h:527
↓ 2 callersFunctioncompute_boundaries
lesson6-Segmentation/json.hpp:14521
↓ 2 callersFunctionconv_options
lesson3-BasicModels/BaseModule.h:11
↓ 2 callersFunctionconv_options
lesson7-Detection/src/utils/util.h:9
↓ 2 callersMethodcount
lesson6-Segmentation/json.hpp:16506
↓ 2 callersFunctiondirent_first
Get first directory entry */
lesson7-Detection/src/utils/_dirent.h:564
↓ 2 callersFunctiondirent_next
Get next directory entry */
lesson7-Detection/src/utils/_dirent.h:606
↓ 2 callersFunctiondoes_exist
lesson7-Detection/src/Detector.cpp:93
↓ 2 callersFunctionemplace
lesson6-Segmentation/json.hpp:21954
↓ 2 callersFunctionend_with
判断src是否以指定的字符串(suffix)结尾
lesson7-Detection/src/utils/readfile.h:82
↓ 2 callersFunctionfor_each_file
* 列出指定目录的所有文件(不包含目录)执行,对每个文件执行filter过滤器, * filter返回true时将文件名全路径加入std::vector * sub为true时为目录递归 * 返回每个文件的全路径名 */
lesson7-Detection/src/utils/readfile.h:51
↓ 2 callersFunctionfrom_json_array_impl
lesson6-Segmentation/json.hpp:3574
↓ 2 callersFunctiongetParams
lesson6-Segmentation/ResNet.h:46
↓ 2 callersFunctionget_impl_ptr
get a pointer to the value (object)
lesson6-Segmentation/json.hpp:19194
↓ 2 callersFunctiongrisu2
lesson6-Segmentation/json.hpp:15162
↓ 2 callersFunctiongrisu2_round
lesson6-Segmentation/json.hpp:14880
↓ 2 callersMethodinit
lesson7-Detection/src/utils/tinystr.h:206
↓ 2 callersMethodis_end
return whether the iterator is at end
lesson6-Segmentation/json.hpp:10671
↓ 2 callersMethodis_errored
lesson6-Segmentation/json.hpp:5453
↓ 2 callersFunctionis_folder
define throw_if(expression) if(expression)throw "error" 判断是否是文件夹
lesson7-Detection/src/utils/readfile.h:18
↓ 2 callersFunctionis_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integ
lesson6-Segmentation/json.hpp:19001
↓ 2 callersFunctionjaccard
lesson7-Detection/src/models/yolo_training.cpp:35
↓ 2 callersFunctionlittle_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
lesson6-Segmentation/json.hpp:7681
↓ 2 callersFunctionload_det_data_from_folder
������Ŀ¼�µ�.xml�ļ��������ҵ���Ӧ��
lesson7-Detection/src/DetDataset.cpp:71
↓ 2 callersFunctionload_seg_data_from_folder
遍历该目录下的.xml文件,并且找到对应的
lesson6-Segmentation/util.cpp:28
↓ 2 callersFunctionnon_maximum_suppression
lesson7-Detection/src/models/yolo_training.cpp:412
↓ 2 callersFunctionreaddir_r
* Read next directory entry into called-allocated buffer. * * Returns zero on success. If the end of directory stream is reached, then * sets r
lesson7-Detection/src/utils/_dirent.h:688
↓ 2 callersFunctionreplace_all_distinct
lesson6-Segmentation/util.cpp:14
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
lesson6-Segmentation/json.hpp:7191
↓ 2 callersMethodset_begin
! @brief set the iterator to the first value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
lesson6-Segmentation/json.hpp:10940
↓ 2 callersMethodset_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
lesson6-Segmentation/json.hpp:4492
↓ 2 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
lesson6-Segmentation/json.hpp:21494
↓ 2 callersFunctionskip_whitespace
lesson6-Segmentation/json.hpp:7371
↓ 2 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
lesson6-Segmentation/json.hpp:12276
↓ 2 callersMethodswap
lesson7-Detection/src/utils/tinystr.h:197
↓ 2 callersFunctiontolower1
字符串大小写转换
lesson7-Detection/src/utils/readfile.h:76
↓ 2 callersMethodwhat
returns the explanatory string
lesson6-Segmentation/json.hpp:2356
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
lesson6-Segmentation/json.hpp:12773
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
lesson6-Segmentation/json.hpp:12793
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
lesson6-Segmentation/json.hpp:13098
↓ 2 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
lesson6-Segmentation/json.hpp:13422
↓ 2 callersFunctionyolo_head
lesson7-Detection/src/models/yolo4_tiny.cpp:20
↓ 1 callersMethodAdd
lesson7-Detection/src/utils/tinyxml.cpp:1514
↓ 1 callersMethodBlank
lesson7-Detection/src/utils/tinyxmlparser.cpp:1631
↓ 1 callersFunctionCenterBlock
lesson6-Segmentation/UNetDecoder.cpp:60
↓ 1 callersMethodEncoding
Encoding. Will return an empty string if none was found.
lesson7-Detection/src/utils/tinyxml.h:1311
↓ 1 callersMethodErrorDesc
Contains a textual (english) description of the error if one occurs.
lesson7-Detection/src/utils/tinyxml.h:1463
↓ 1 callersMethodGetH
lesson7-Detection/src/utils/Augmentations.cpp:16
↓ 1 callersMethodGetW
lesson7-Detection/src/utils/Augmentations.cpp:21
↓ 1 callersMethodInitialize
lesson6-Segmentation/Segmentor.h:33
↓ 1 callersMethodInitialize
lesson5-TrainingVGG/Classification.cpp:14
↓ 1 callersMethodInitialize
lesson7-Detection/src/Detector.cpp:11
↓ 1 callersMethodLastChild
lesson7-Detection/src/utils/tinyxml.cpp:373
↓ 1 callersMethodLoadFile
lesson7-Detection/src/utils/tinyxml.cpp:954
↓ 1 callersMethodLoadWeight
lesson6-Segmentation/Segmentor.h:153
↓ 1 callersMethodLoadWeight
lesson5-TrainingVGG/Classification.cpp:161
↓ 1 callersMethodLoadWeight
lesson7-Detection/src/Detector.cpp:235
↓ 1 callersFunctionPredict
lesson7-Detection/src/main.cpp:30
↓ 1 callersMethodPredict
lesson6-Segmentation/Segmentor.h:160
↓ 1 callersMethodPredict
lesson5-TrainingVGG/Classification.cpp:148
← previousnext →101–200 of 772, ranked by callers