MCPcopy Create free account

hub / github.com/AllentDan/LibtorchTutorials / functions

Functions772 in github.com/AllentDan/LibtorchTutorials

↓ 157 callersFunctioncreate
lesson6-Segmentation/json.hpp:17401
↓ 131 callersMethodsize
lesson6-Segmentation/json.hpp:2691
↓ 122 callersMethodwrite_character
lesson6-Segmentation/json.hpp:12652
↓ 95 callersMethodc_str
Convert a TiXmlString into a null-terminated char
lesson7-Detection/src/utils/tinystr.h:128
↓ 83 callersMethodpush_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
lesson6-Segmentation/json.hpp:11828
↓ 64 callersMethodend
return iterator end (needed for range-based for)
lesson6-Segmentation/json.hpp:3947
↓ 62 callersMethodbegin
return iterator begin (needed for range-based for)
lesson6-Segmentation/json.hpp:3941
↓ 50 callersMethoddata
Convert a TiXmlString into a char * (need not be null terminated).
lesson7-Detection/src/utils/tinystr.h:131
↓ 47 callersFunctionget
lesson6-Segmentation/json.hpp:3956
↓ 39 callersMethodkey
lesson6-Segmentation/json.hpp:5847
↓ 38 callersFunctionadd
add a character to token_buffer
lesson6-Segmentation/json.hpp:7272
↓ 36 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
lesson6-Segmentation/json.hpp:23411
↓ 35 callersMethodempty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
lesson6-Segmentation/json.hpp:11853
↓ 32 callersMethodSetError
lesson7-Detection/src/utils/tinyxmlparser.cpp:798
↓ 32 callersFunctionbasic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
lesson6-Segmentation/json.hpp:17830
↓ 31 callersMethodValue
The meaning of 'value' changes for the specific type of TiXmlNode. @verbatim Document: filename of the xml file Element: name of the element
lesson7-Detection/src/utils/tinyxml.h:487
↓ 31 callersMethodparse_error
lesson6-Segmentation/json.hpp:2463
↓ 29 callersMethodvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
lesson6-Segmentation/json.hpp:11394
↓ 26 callersMethodinsert
lesson6-Segmentation/json.hpp:16542
↓ 26 callersMethodlength
Return the length of a TiXmlString
lesson7-Detection/src/utils/tinystr.h:134
↓ 25 callersMethodsize
Return the length of data
lesson7-Detection/src/DetDataset.h:77
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
lesson6-Segmentation/json.hpp:17710
↓ 24 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
lesson6-Segmentation/json.hpp:19051
↓ 23 callersMethodsize
Alias for length()
lesson7-Detection/src/utils/tinystr.h:137
↓ 20 callersMethodclear
lesson7-Detection/src/utils/tinystr.h:178
↓ 20 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
lesson6-Segmentation/json.hpp:11347
↓ 19 callersMethodfind
lesson6-Segmentation/json.hpp:16518
↓ 19 callersMethodnumber_integer
lesson6-Segmentation/json.hpp:5817
↓ 18 callersMethodFind
lesson7-Detection/src/utils/tinyxml.cpp:1549
↓ 18 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
lesson6-Segmentation/json.hpp:21037
↓ 18 callersFunctioninput_adapter
lesson6-Segmentation/json.hpp:5088
↓ 18 callersMethodsax_parse
lesson6-Segmentation/json.hpp:10265
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
lesson6-Segmentation/json.hpp:10037
↓ 17 callersFunctionto_json
lesson6-Segmentation/json.hpp:4213
↓ 16 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
lesson6-Segmentation/json.hpp:19073
↓ 16 callersFunctionis_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
lesson6-Segmentation/json.hpp:18892
↓ 16 callersMethodpop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
lesson6-Segmentation/json.hpp:11782
↓ 15 callersFunctioncombine
boost::hash_combine
lesson6-Segmentation/json.hpp:4595
↓ 15 callersFunctionfrom_json
lesson6-Segmentation/json.hpp:3426
↓ 15 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
lesson6-Segmentation/json.hpp:7319
↓ 14 callersMethodNextSibling
lesson7-Detection/src/utils/tinyxml.cpp:413
↓ 14 callersMethodnumber_unsigned
lesson6-Segmentation/json.hpp:5822
↓ 13 callersMethodFirstChild
lesson7-Detection/src/utils/tinyxml.cpp:361
↓ 12 callersMethodCopyTo
lesson7-Detection/src/utils/tinyxml.cpp:161
↓ 12 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
lesson6-Segmentation/json.hpp:20966
↓ 12 callersFunctionconv_options
lesson6-Segmentation/util.h:9
↓ 11 callersMethodToElement
< Cast to a more defined type. Will return null if not of the requested type.
lesson7-Detection/src/utils/tinyxml.h:698
↓ 11 callersMethoderase
lesson6-Segmentation/json.hpp:16473
↓ 11 callersMethodnumber_float
lesson6-Segmentation/json.hpp:5827
↓ 10 callersMethodboolean
lesson6-Segmentation/json.hpp:5812
↓ 10 callersMethodget
Override get() function to return tensor at location index
lesson7-Detection/src/DetDataset.h:33
↓ 10 callersFunctionparser
lesson6-Segmentation/json.hpp:16684
↓ 10 callersMethodreserve
lesson7-Detection/src/utils/tinystr.cpp:37
↓ 9 callersMethodFirstChildElement
lesson7-Detection/src/utils/tinyxml.cpp:452
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
lesson6-Segmentation/json.hpp:19117
↓ 8 callersMethodempty
Checks if a TiXmlString is empty
lesson7-Detection/src/utils/tinystr.h:140
↓ 8 callersMethodforward
lesson7-Detection/src/models/yolo4_tiny.cpp:13
↓ 8 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
lesson6-Segmentation/json.hpp:9890
↓ 7 callersMethodFirst
lesson7-Detection/src/utils/tinyxml.h:912
↓ 7 callersMethodStamp
lesson7-Detection/src/utils/tinyxmlparser.cpp:196
↓ 7 callersMethodToText
< Cast to a more defined type. Will return null if not of the requested type.
lesson7-Detection/src/utils/tinyxml.h:701
↓ 7 callersFunctiondirent_set_errno
lesson7-Detection/src/utils/_dirent.h:1020
↓ 7 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
lesson6-Segmentation/json.hpp:15533
↓ 7 callersMethodend_array
lesson6-Segmentation/json.hpp:5862
↓ 7 callersMethodend_object
lesson6-Segmentation/json.hpp:5852
↓ 7 callersMethodstart_array
lesson6-Segmentation/json.hpp:5857
↓ 7 callersMethodstart_object
lesson6-Segmentation/json.hpp:5842
↓ 7 callersMethodstring
lesson6-Segmentation/json.hpp:5832
↓ 6 callersMethodClone
lesson7-Detection/src/utils/tinyxml.cpp:889
↓ 6 callersMethodFindOrCreate
lesson7-Detection/src/utils/tinyxml.cpp:1559
↓ 6 callersMethodforward
lesson6-Segmentation/ResNet.cpp:36
↓ 6 callersMethodhas_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exceptionsafety No-t
lesson6-Segmentation/json.hpp:4540
↓ 6 callersFunctionis_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
lesson6-Segmentation/json.hpp:19095
↓ 6 callersMethodnull
lesson6-Segmentation/json.hpp:5807
↓ 6 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
lesson6-Segmentation/json.hpp:21713
↓ 6 callersMethodsubtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
lesson6-Segmentation/json.hpp:4519
↓ 5 callersMethodClear
lesson7-Detection/src/utils/tinyxml.cpp:169
↓ 5 callersMethodQueryIntValue
lesson7-Detection/src/utils/tinyxml.cpp:1236
↓ 5 callersMethodforward
lesson5-TrainingVGG/vgg.cpp:38
↓ 5 callersMethodget_character
lesson6-Segmentation/json.hpp:4770
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
lesson6-Segmentation/json.hpp:10665
↓ 5 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
lesson6-Segmentation/json.hpp:10196
↓ 4 callersFunctionDecodeBox
lesson7-Detection/src/utils/util.cpp:4
↓ 4 callersMethodName
lesson7-Detection/src/utils/tinyxml.h:811
↓ 4 callersMethodNextSiblingElement
lesson7-Detection/src/utils/tinyxml.cpp:482
↓ 4 callersMethodParse
lesson7-Detection/src/utils/tinyxmlparser.cpp:704
↓ 4 callersMethodQueryDoubleValue
lesson7-Detection/src/utils/tinyxml.cpp:1243
↓ 4 callersMethodType
Query the type (as an enumerated value, above) of this node. The possible types are: TINYXML_DOCUMENT, TINYXML_ELEMENT, TINYXML_COMMENT, TIN
lesson7-Detection/src/utils/tinyxml.h:684
↓ 4 callersMethodVisit
lesson7-Detection/src/utils/tinyxml.cpp:1829
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
lesson6-Segmentation/json.hpp:10257
↓ 4 callersMethodbinary
lesson6-Segmentation/json.hpp:5837
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
lesson6-Segmentation/json.hpp:21077
↓ 4 callersFunctiondestroy
lesson6-Segmentation/json.hpp:17610
↓ 4 callersMethodemplace
lesson6-Segmentation/json.hpp:16424
↓ 4 callersFunctionempty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
lesson6-Segmentation/json.hpp:21421
↓ 4 callersFunctionescape
escape "~" to "~0" and "/" to "~1"
lesson6-Segmentation/json.hpp:12363
↓ 4 callersMethodfind
find a char in a string. Return TiXmlString::npos if not found
lesson7-Detection/src/utils/tinystr.h:161
↓ 4 callersMethodforward
lesson3-BasicModels/CNN.cpp:21
↓ 4 callersFunctionget_arithmetic_value
lesson6-Segmentation/json.hpp:3440
↓ 4 callersMethodget_binary
lesson6-Segmentation/json.hpp:10000
next →1–100 of 772, ranked by callers