MCPcopy Create free account

hub / github.com/AllentDan/LibtorchSegmentation / functions

Functions542 in github.com/AllentDan/LibtorchSegmentation

↓ 157 callersFunctioncreate
src/utils/json.hpp:17401
↓ 144 callersMethodsize
src/utils/json.hpp:2691
↓ 122 callersMethodwrite_character
src/utils/json.hpp:12652
↓ 93 callersMethodpush_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
src/utils/json.hpp:11828
↓ 65 callersMethodend
return iterator end (needed for range-based for)
src/utils/json.hpp:3947
↓ 64 callersMethodbegin
return iterator begin (needed for range-based for)
src/utils/json.hpp:3941
↓ 46 callersFunctionget
src/utils/json.hpp:3956
↓ 38 callersFunctionadd
add a character to token_buffer
src/utils/json.hpp:7272
↓ 37 callersMethodempty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
src/utils/json.hpp:11853
↓ 36 callersMethodkey
src/utils/json.hpp:5847
↓ 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
src/utils/json.hpp:23411
↓ 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
src/utils/json.hpp:17830
↓ 31 callersMethodparse_error
src/utils/json.hpp:2463
↓ 26 callersFunctionconv_options
src/utils/util.h:10
↓ 25 callersMethodinsert
src/utils/json.hpp:16542
↓ 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
src/utils/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
src/utils/json.hpp:19051
↓ 23 callersMethodvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/utils/json.hpp:11394
↓ 21 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.
src/utils/json.hpp:21037
↓ 21 callersMethodfind
src/utils/json.hpp:16518
↓ 20 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/utils/json.hpp:11347
↓ 19 callersMethodnumber_integer
src/utils/json.hpp:5817
↓ 18 callersFunctioninput_adapter
src/utils/json.hpp:5088
↓ 18 callersMethodsax_parse
src/utils/json.hpp:10265
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
src/utils/json.hpp:10037
↓ 17 callersMethodsize
Return the length of data
src/SegDataset.h:39
↓ 17 callersFunctionto_json
src/utils/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
src/utils/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,
src/utils/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}
src/utils/json.hpp:11782
↓ 15 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
src/utils/json.hpp:20966
↓ 15 callersFunctioncombine
boost::hash_combine
src/utils/json.hpp:4595
↓ 15 callersFunctionfrom_json
src/utils/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
src/utils/json.hpp:7319
↓ 14 callersMethodnumber_unsigned
src/utils/json.hpp:5822
↓ 11 callersMethoderase
src/utils/json.hpp:16473
↓ 11 callersMethodnumber_float
src/utils/json.hpp:5827
↓ 10 callersMethodboolean
src/utils/json.hpp:5812
↓ 10 callersFunctionparser
src/utils/json.hpp:16684
↓ 9 callersMethodforward
src/backbones/ResNet.cpp:36
↓ 9 callersMethodforward
src/backbones/VGG.cpp:40
↓ 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
src/utils/json.hpp:19117
↓ 8 callersFunctionConv2dReLU
src/architectures/LinknetDecoder.cpp:12
↓ 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
src/utils/json.hpp:9890
↓ 7 callersFunctiondirent_set_errno
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
src/utils/json.hpp:15533
↓ 7 callersFunctionencoder_params
src/utils/util.cpp:48
↓ 7 callersMethodend_array
src/utils/json.hpp:5862
↓ 7 callersMethodend_object
src/utils/json.hpp:5852
↓ 7 callersMethodfeatures
src/backbones/VGG.cpp:49
↓ 7 callersMethodload_pretrained
src/backbones/VGG.cpp:100
↓ 7 callersMethodstart_array
src/utils/json.hpp:5857
↓ 7 callersMethodstart_object
src/utils/json.hpp:5842
↓ 7 callersMethodstring
src/utils/json.hpp:5832
↓ 6 callersMethodhas_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exceptionsafety No-t
src/utils/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
src/utils/json.hpp:19095
↓ 6 callersMethodnull
src/utils/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
src/utils/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
src/utils/json.hpp:4519
↓ 5 callersFunctiongetParams
src/backbones/ResNet.h:59
↓ 5 callersMethodget_character
src/utils/json.hpp:4770
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
src/utils/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
src/utils/json.hpp:10196
↓ 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
src/utils/json.hpp:10257
↓ 4 callersMethodbinary
src/utils/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-
src/utils/json.hpp:21077
↓ 4 callersFunctiondestroy
src/utils/json.hpp:17610
↓ 4 callersMethodemplace
src/utils/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
src/utils/json.hpp:21421
↓ 4 callersFunctionescape
escape "~" to "~0" and "/" to "~1"
src/utils/json.hpp:12363
↓ 4 callersMethodforward
src/utils/util.cpp:8
↓ 4 callersFunctionget_arithmetic_value
src/utils/json.hpp:3440
↓ 4 callersMethodget_binary
src/utils/json.hpp:10000
↓ 4 callersMethodget_string
src/utils/json.hpp:9967
↓ 4 callersFunctioninsert_iterator
src/utils/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
src/utils/json.hpp:18914
↓ 4 callersMethodmake_dilated
src/backbones/VGG.cpp:136
↓ 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
src/utils/json.hpp:12351
↓ 3 callersFunctionASPPConv
src/architectures/DeepLabDecoder.cpp:4
↓ 3 callersFunctionASPPSeparableConv
src/architectures/DeepLabDecoder.cpp:20
↓ 3 callersFunctionSeparableConv2d
src/architectures/DeepLabDecoder.cpp:12
↓ 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
src/utils/json.hpp:21006
↓ 3 callersFunctionclosedir
Close directory stream */
src/utils/_dirent.h:760
↓ 3 callersFunctionfile_sepator
src/utils/readfile.h:30
↓ 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
src/utils/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
src/utils/json.hpp:18973
↓ 3 callersMethodmoved_or_copied
src/utils/json.hpp:12565
↓ 3 callersFunctionopendir
Open directory stream using plain old C-string */
src/utils/_dirent.h:634
↓ 3 callersFunctionreplace_all_distinct
src/utils/util.cpp:14
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/utils/json.hpp:10977
↓ 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
src/utils/json.hpp:7245
↓ 3 callersFunctionupsample_options
src/utils/util.h:21
↓ 2 callersFunctionCELoss
prediction [NCHW], target [NHW]
src/utils/loss.h:23
↓ 2 callersFunctionDiceLoss
prediction [NCHW], a tensor after softmax activation at C dim target [N1HW], a tensor refer to label num_class: int, equal to C, refer to class number
src/utils/loss.h:7
↓ 2 callersMethodInitialize
src/Segmentor.h:51
↓ 2 callersFunctionRotateImage
src/utils/Augmentations.cpp:33
↓ 2 callersFunction_wclosedir
* Close directory stream opened by opendir() function. This invalidates the * DIR structure as well as any directory entry read previously by * _
src/utils/_dirent.h:527
↓ 2 callersFunctioncompute_boundaries
src/utils/json.hpp:14521
↓ 2 callersFunctiondirent_first
Get first directory entry */
src/utils/_dirent.h:564
↓ 2 callersFunctiondirent_next
Get next directory entry */
src/utils/_dirent.h:606
next →1–100 of 542, ranked by callers