Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchSegmentation
/ functions
Functions
542 in github.com/AllentDan/LibtorchSegmentation
⨍
Functions
542
◇
Types & classes
182
↓ 157 callers
Function
create
src/utils/json.hpp:17401
↓ 144 callers
Method
size
src/utils/json.hpp:2691
↓ 122 callers
Method
write_character
src/utils/json.hpp:12652
↓ 93 callers
Method
push_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 callers
Method
end
return iterator end (needed for range-based for)
src/utils/json.hpp:3947
↓ 64 callers
Method
begin
return iterator begin (needed for range-based for)
src/utils/json.hpp:3941
↓ 46 callers
Function
get
src/utils/json.hpp:3956
↓ 38 callers
Function
add
add a character to token_buffer
src/utils/json.hpp:7272
↓ 37 callers
Method
empty
! @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 callers
Method
key
src/utils/json.hpp:5847
↓ 36 callers
Function
type_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 callers
Function
basic_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 callers
Method
parse_error
src/utils/json.hpp:2463
↓ 26 callers
Function
conv_options
src/utils/util.h:10
↓ 25 callers
Method
insert
src/utils/json.hpp:16542
↓ 24 callers
Function
assert_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 callers
Function
is_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 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/utils/json.hpp:11394
↓ 21 callers
Function
end
! @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 callers
Method
find
src/utils/json.hpp:16518
↓ 20 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/utils/json.hpp:11347
↓ 19 callers
Method
number_integer
src/utils/json.hpp:5817
↓ 18 callers
Function
input_adapter
src/utils/json.hpp:5088
↓ 18 callers
Method
sax_parse
src/utils/json.hpp:10265
↓ 17 callers
Method
get_token_string
! @return a string representation of the last read byte */
src/utils/json.hpp:10037
↓ 17 callers
Method
size
Return the length of data
src/SegDataset.h:39
↓ 17 callers
Function
to_json
src/utils/json.hpp:4213
↓ 16 callers
Function
is_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 callers
Function
is_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 callers
Method
pop_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 callers
Function
begin
! @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 callers
Function
combine
boost::hash_combine
src/utils/json.hpp:4595
↓ 15 callers
Function
from_json
src/utils/json.hpp:3426
↓ 15 callers
Function
get_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 callers
Method
number_unsigned
src/utils/json.hpp:5822
↓ 11 callers
Method
erase
src/utils/json.hpp:16473
↓ 11 callers
Method
number_float
src/utils/json.hpp:5827
↓ 10 callers
Method
boolean
src/utils/json.hpp:5812
↓ 10 callers
Function
parser
src/utils/json.hpp:16684
↓ 9 callers
Method
forward
src/backbones/ResNet.cpp:36
↓ 9 callers
Method
forward
src/backbones/VGG.cpp:40
↓ 9 callers
Function
is_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 callers
Function
Conv2dReLU
src/architectures/LinknetDecoder.cpp:12
↓ 8 callers
Method
get
! @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 callers
Function
dirent_set_errno
src/utils/_dirent.h:1020
↓ 7 callers
Method
dump
! @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 callers
Function
encoder_params
src/utils/util.cpp:48
↓ 7 callers
Method
end_array
src/utils/json.hpp:5862
↓ 7 callers
Method
end_object
src/utils/json.hpp:5852
↓ 7 callers
Method
features
src/backbones/VGG.cpp:49
↓ 7 callers
Method
load_pretrained
src/backbones/VGG.cpp:100
↓ 7 callers
Method
start_array
src/utils/json.hpp:5857
↓ 7 callers
Method
start_object
src/utils/json.hpp:5842
↓ 7 callers
Method
string
src/utils/json.hpp:5832
↓ 6 callers
Method
has_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 callers
Function
is_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 callers
Method
null
src/utils/json.hpp:5807
↓ 6 callers
Function
push_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 callers
Method
subtype
! @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 callers
Function
getParams
src/backbones/ResNet.h:59
↓ 5 callers
Method
get_character
src/utils/json.hpp:4770
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
src/utils/json.hpp:10665
↓ 5 callers
Method
parse
! @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 callers
Method
accept
! @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 callers
Method
binary
src/utils/json.hpp:5837
↓ 4 callers
Function
cend
! @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 callers
Function
destroy
src/utils/json.hpp:17610
↓ 4 callers
Method
emplace
src/utils/json.hpp:16424
↓ 4 callers
Function
empty
! @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 callers
Function
escape
escape "~" to "~0" and "/" to "~1"
src/utils/json.hpp:12363
↓ 4 callers
Method
forward
src/utils/util.cpp:8
↓ 4 callers
Function
get_arithmetic_value
src/utils/json.hpp:3440
↓ 4 callers
Method
get_binary
src/utils/json.hpp:10000
↓ 4 callers
Method
get_string
src/utils/json.hpp:9967
↓ 4 callers
Function
insert_iterator
src/utils/json.hpp:21984
↓ 4 callers
Function
is_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 callers
Method
make_dilated
src/backbones/VGG.cpp:136
↓ 4 callers
Function
replace_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 callers
Function
ASPPConv
src/architectures/DeepLabDecoder.cpp:4
↓ 3 callers
Function
ASPPSeparableConv
src/architectures/DeepLabDecoder.cpp:20
↓ 3 callers
Function
SeparableConv2d
src/architectures/DeepLabDecoder.cpp:12
↓ 3 callers
Function
cbegin
! @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 callers
Function
closedir
Close directory stream */
src/utils/_dirent.h:760
↓ 3 callers
Function
file_sepator
src/utils/readfile.h:30
↓ 3 callers
Function
is_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 callers
Function
is_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 callers
Method
moved_or_copied
src/utils/json.hpp:12565
↓ 3 callers
Function
opendir
Open directory stream using plain old C-string */
src/utils/_dirent.h:634
↓ 3 callers
Function
replace_all_distinct
src/utils/util.cpp:14
↓ 3 callers
Method
set_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 callers
Function
unget
! @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 callers
Function
upsample_options
src/utils/util.h:21
↓ 2 callers
Function
CELoss
prediction [NCHW], target [NHW]
src/utils/loss.h:23
↓ 2 callers
Function
DiceLoss
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 callers
Method
Initialize
src/Segmentor.h:51
↓ 2 callers
Function
RotateImage
src/utils/Augmentations.cpp:33
↓ 2 callers
Function
_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 callers
Function
compute_boundaries
src/utils/json.hpp:14521
↓ 2 callers
Function
dirent_first
Get first directory entry */
src/utils/_dirent.h:564
↓ 2 callers
Function
dirent_next
Get next directory entry */
src/utils/_dirent.h:606
next →
1–100 of 542, ranked by callers