MCPcopy Create free account

hub / github.com/AllentDan/LibtorchTutorials / functions

Functions772 in github.com/AllentDan/LibtorchTutorials

MethodGetEntity
lesson7-Detection/src/utils/tinyxmlparser.cpp:438
MethodGetText
lesson7-Detection/src/utils/tinyxml.cpp:900
MethodGetUserData
< Set a pointer to arbitrary user data.
lesson7-Detection/src/utils/tinyxml.h:248
MethodIdentify
lesson7-Detection/src/utils/tinyxmlparser.cpp:818
MethodIndent
Query the indention string.
lesson7-Detection/src/utils/tinyxml.h:1759
MethodInsertAfterChild
lesson7-Detection/src/utils/tinyxml.cpp:263
MethodInsertBeforeChild
lesson7-Detection/src/utils/tinyxml.cpp:230
MethodInsertEndChild
lesson7-Detection/src/utils/tinyxml.cpp:214
MethodIntValue
lesson7-Detection/src/utils/tinyxml.cpp:1272
MethodIsAlpha
static*/
lesson7-Detection/src/utils/tinyxmlparser.cpp:129
MethodIsAlphaNum
static*/
lesson7-Detection/src/utils/tinyxmlparser.cpp:150
MethodIsWhiteSpace
lesson7-Detection/src/utils/tinyxml.h:290
MethodIsWhiteSpaceCondensed
Return the current white space setting.
lesson7-Detection/src/utils/tinyxml.h:224
MethodIterateChildren
lesson7-Detection/src/utils/tinyxml.cpp:385
MethodIterateChildren
lesson7-Detection/src/utils/tinyxml.h:563
FunctionJSON_CATCH
lesson6-Segmentation/json.hpp:19802
MethodJSON_CATCH
lesson6-Segmentation/json.hpp:11893
FunctionJSON_INTERNAL_CATCH
lesson6-Segmentation/json.hpp:20361
MethodLSTM
lesson3-BasicModels/LSTM.cpp:3
MethodLastAttribute
lesson7-Detection/src/utils/tinyxml.h:1086
MethodLastChild
lesson7-Detection/src/utils/tinyxml.h:531
MethodLineBreak
Query the current line breaking string.
lesson7-Detection/src/utils/tinyxml.h:1766
MethodLinearBnReluImpl
lesson3-BasicModels/BaseModule.cpp:15
MethodLoadFile
lesson7-Detection/src/utils/tinyxml.h:1432
MethodMLP
lesson3-BasicModels/MLP.cpp:3
FunctionMSELoss
lesson7-Detection/src/models/yolo_training.cpp:146
MethodMainWindow
lesson4-DatasetUtilization/mainwindow.cpp:4
MethodMainWindow
lesson2-TensorOperations/mainwindow.cpp:4
MethodMainWindow
lesson3-BasicModels/mainwindow.cpp:4
MethodMainWindow
lesson5-TrainingVGG/mainwindow.cpp:4
MethodNext
lesson7-Detection/src/utils/tinyxml.h:850
MethodNextSibling
< STL std::string form.
lesson7-Detection/src/utils/tinyxml.h:626
MethodNextSiblingElement
lesson7-Detection/src/utils/tinyxml.h:645
MethodNoChildren
Returns true if this node has no children.
lesson7-Detection/src/utils/tinyxml.h:695
MethodNode
@deprecated use ToNode. Return the handle as a TiXmlNode. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1699
MethodParent
One step up the DOM.
lesson7-Detection/src/utils/tinyxml.h:519
MethodPrevious
lesson7-Detection/src/utils/tinyxml.cpp:1190
MethodPrevious
lesson7-Detection/src/utils/tinyxml.h:856
MethodPreviousSibling
lesson7-Detection/src/utils/tinyxml.cpp:425
MethodPreviousSibling
Navigate to a sibling node.
lesson7-Detection/src/utils/tinyxml.h:614
MethodPrint
Prints this Attribute to a FILE stream.
lesson7-Detection/src/utils/tinyxml.h:870
MethodPrint
lesson7-Detection/src/utils/tinyxml.h:1319
MethodPrint
Write the document to standard out using formatted printing ("pretty print"). */
lesson7-Detection/src/utils/tinyxml.h:1519
MethodQueryBoolAttribute
lesson7-Detection/src/utils/tinyxml.cpp:683
MethodQueryDoubleAttribute
lesson7-Detection/src/utils/tinyxml.cpp:720
MethodQueryFloatAttribute
QueryFloatAttribute examines the attribute - see QueryIntAttribute().
lesson7-Detection/src/utils/tinyxml.h:996
MethodQueryIntAttribute
lesson7-Detection/src/utils/tinyxml.cpp:661
MethodQueryStringAttribute
QueryStringAttribute examines the attribute - see QueryIntAttribute().
lesson7-Detection/src/utils/tinyxml.h:1007
MethodQueryUnsignedAttribute
lesson7-Detection/src/utils/tinyxml.cpp:670
MethodQueryValueAttribute
lesson7-Detection/src/utils/tinyxml.h:1024
FunctionRandomNum
lesson7-Detection/src/utils/Augmentations.cpp:4
MethodReadName
One of TinyXML's more performance demanding functions. Try to keep the memory overhead down. The "assign" optimization removes over 10% of the executi
lesson7-Detection/src/utils/tinyxmlparser.cpp:401
MethodReadText
lesson7-Detection/src/utils/tinyxmlparser.cpp:574
MethodReadValue
lesson7-Detection/src/utils/tinyxmlparser.cpp:1179
MethodRemoveAttribute
lesson7-Detection/src/utils/tinyxml.cpp:437
MethodRemoveAttribute
lesson7-Detection/src/utils/tinyxml.h:1081
MethodRemoveChild
lesson7-Detection/src/utils/tinyxml.cpp:335
MethodReplaceChild
lesson7-Detection/src/utils/tinyxml.cpp:296
MethodResNetImpl
lesson6-Segmentation/ResNet.cpp:62
MethodResblock_bodyImpl
lesson7-Detection/src/models/CSPdarknet53_tiny.cpp:24
MethodResize
lesson7-Detection/src/utils/Augmentations.cpp:37
MethodRootElement
Get the root element -- the only top level element -- of the document. In well formed XML, there should only be one. TinyXml is tolerant of multip
lesson7-Detection/src/utils/tinyxml.h:1452
MethodRow
Return the position, in the original source file, of this node or attribute. The row and column are 1-based. (That is the first row and first column
lesson7-Detection/src/utils/tinyxml.h:244
MethodSCSEModuleImpl
lesson6-Segmentation/UNetDecoder.cpp:3
MethodSaveFile
lesson7-Detection/src/utils/tinyxml.cpp:960
MethodSaveFile
lesson7-Detection/src/utils/tinyxml.h:1436
MethodSegDataset
lesson6-Segmentation/SegDataset.cpp:93
MethodSegmentationHeadImpl
lesson6-Segmentation/util.cpp:3
MethodSegmentor
lesson6-Segmentation/Segmentor.h:28
MethodSetCondenseWhiteSpace
The world does not agree on whether white space should be kept or not. In order to make everyone happy, these global, static functions are provide
lesson7-Detection/src/utils/tinyxml.h:221
MethodSetDoubleAttribute
lesson7-Detection/src/utils/tinyxml.cpp:760
MethodSetIndent
Set the indent characters for printing. By default 4 spaces but tab (\t) is also useful, or null/empty string for no indentation. */
lesson7-Detection/src/utils/tinyxml.h:1757
MethodSetLineBreak
Set the line breaking string. By default set to newline (\n). Some operating systems prefer other characters, or can be set to the null/empty str
lesson7-Detection/src/utils/tinyxml.h:1764
MethodSetTabSize
SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol()) to report the correct values for row and column. It does not change th
lesson7-Detection/src/utils/tinyxml.h:1504
MethodSetUserData
lesson7-Detection/src/utils/tinyxml.h:247
MethodSetValue
< Set the name of this attribute.
lesson7-Detection/src/utils/tinyxml.h:836
MethodSize
Return the length of the result string.
lesson7-Detection/src/utils/tinyxml.h:1777
MethodSkipWhiteSpace
lesson7-Detection/src/utils/tinyxmlparser.cpp:314
MethodStandalone
Is this a standalone document?
lesson7-Detection/src/utils/tinyxml.h:1313
MethodStreamTo
static*/
lesson7-Detection/src/utils/tinyxmlparser.cpp:380
MethodStreamWhiteSpace
static*/
lesson7-Detection/src/utils/tinyxmlparser.cpp:365
MethodStringEqual
lesson7-Detection/src/utils/tinyxmlparser.cpp:534
MethodTabSize
lesson7-Detection/src/utils/tinyxml.h:1506
MethodText
@deprecated use ToText() Return the handle as a TiXmlText. This may return null. */
lesson7-Detection/src/utils/tinyxml.h:1707
MethodTiXmlAttribute
Construct an empty attribute.
lesson7-Detection/src/utils/tinyxml.h:785
MethodTiXmlAttributeSet
lesson7-Detection/src/utils/tinyxml.cpp:1500
MethodTiXmlBase
lesson7-Detection/src/utils/tinyxml.h:201
MethodTiXmlComment
lesson7-Detection/src/utils/tinyxml.cpp:1283
MethodTiXmlComment
Constructs an empty comment.
lesson7-Detection/src/utils/tinyxml.h:1166
MethodTiXmlCursor
lesson7-Detection/src/utils/tinyxml.h:101
MethodTiXmlDeclaration
lesson7-Detection/src/utils/tinyxml.cpp:1379
MethodTiXmlDeclaration
Construct an empty declaration.
lesson7-Detection/src/utils/tinyxml.h:1289
MethodTiXmlDocument
lesson7-Detection/src/utils/tinyxml.cpp:913
MethodTiXmlElement
lesson7-Detection/src/utils/tinyxml.cpp:525
MethodTiXmlHandle
Create a handle from any node (at any depth of the tree.) This can be a null pointer.
lesson7-Detection/src/utils/tinyxml.h:1642
MethodTiXmlNode
lesson7-Detection/src/utils/tinyxml.cpp:136
MethodTiXmlParsingData
Only used by the document!
lesson7-Detection/src/utils/tinyxmlparser.cpp:181
MethodTiXmlPrinter
lesson7-Detection/src/utils/tinyxml.h:1740
MethodTiXmlString
TiXmlString empty constructor
lesson7-Detection/src/utils/tinystr.h:66
MethodTiXmlText
Constructor for text element. By default, it is treated as normal, encoded text. If you want it be output as a CDATA text element, set the parame
lesson7-Detection/src/utils/tinyxml.h:1220
← previousnext →301–400 of 772, ranked by callers