MCPcopy Create free account

hub / github.com/AllentDan/LibtorchSegmentation / functions

Functions542 in github.com/AllentDan/LibtorchSegmentation

↓ 2 callersFunctionemplace
src/utils/json.hpp:21954
↓ 2 callersFunctionfind
src/utils/json.hpp:20812
↓ 2 callersFunctionfrom_json_array_impl
src/utils/json.hpp:3574
↓ 2 callersFunctionget_impl_ptr
get a pointer to the value (object)
src/utils/json.hpp:19194
↓ 2 callersFunctiongrisu2
src/utils/json.hpp:15162
↓ 2 callersFunctiongrisu2_round
src/utils/json.hpp:14880
↓ 2 callersMethodis_end
return whether the iterator is at end
src/utils/json.hpp:10671
↓ 2 callersMethodis_errored
src/utils/json.hpp:5453
↓ 2 callersFunctionis_folder
define throw_if(expression) if(expression)throw "error" 判断是否是文件夹
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
src/utils/json.hpp:19001
↓ 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
src/utils/json.hpp:7681
↓ 2 callersFunctionload_seg_data_from_folder
遍历该目录下的.xml文件,并且找到对应的
src/utils/util.cpp:28
↓ 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
src/utils/_dirent.h:688
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
src/utils/json.hpp:7191
↓ 2 callersMethodset_begin
! @brief set the iterator to the first value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/utils/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
src/utils/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
src/utils/json.hpp:21494
↓ 2 callersFunctionskip_whitespace
src/utils/json.hpp:7371
↓ 2 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
src/utils/json.hpp:22359
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src/utils/json.hpp:12773
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
src/utils/json.hpp:12793
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
src/utils/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
src/utils/json.hpp:13422
↓ 1 callersFunctionCenterBlock
src/architectures/UNetDecoder.cpp:60
↓ 1 callersMethodLoadWeight
src/Segmentor.h:206
↓ 1 callersMethodPredict
src/Segmentor.h:214
↓ 1 callersMethodTrain
src/Segmentor.h:87
↓ 1 callersFunctionTransposeX2
src/architectures/LinknetDecoder.cpp:3
↓ 1 callersFunction_wopendir
* Open directory stream DIRNAME for read and return a pointer to the * internal working area that is used to retrieve individual directory * entri
src/utils/_dirent.h:365
↓ 1 callersFunction_wreaddir_r
* Read next directory entry. * * Returns zero on success. If end of directory stream is reached, then sets * result to NULL and returns zero.
src/utils/_dirent.h:477
↓ 1 callersFunction_wrewinddir
* Rewind directory stream such that _wreaddir() returns the very first * file name again. */
src/utils/_dirent.h:550
↓ 1 callersFunctionappend_exponent
src/utils/json.hpp:15262
↓ 1 callersFunctionat
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
src/utils/json.hpp:19793
↓ 1 callersFunctioncenterCrop
src/utils/Augmentations.cpp:17
↓ 1 callersMethodcount
src/utils/json.hpp:16506
↓ 1 callersFunctioncrbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
src/utils/json.hpp:21181
↓ 1 callersMethodcreate
src/utils/json.hpp:2567
↓ 1 callersFunctioncrend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
src/utils/json.hpp:21210
↓ 1 callersFunctionemplace_back
src/utils/json.hpp:21901
↓ 1 callersFunctionend_with
判断src是否以指定的字符串(suffix)结尾
src/utils/readfile.h:82
↓ 1 callersFunctionerase
src/utils/json.hpp:20516
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
src/utils/json.hpp:14824
↓ 1 callersFunctionflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
src/utils/json.hpp:12384
↓ 1 callersFunctionfor_each_file
* 列出指定目录的所有文件(不包含目录)执行,对每个文件执行filter过滤器, * filter返回true时将文件名全路径加入std::vector * sub为true时为目录递归 * 返回每个文件的全路径名 */
src/utils/readfile.h:51
↓ 1 callersFunctionformat_buffer
src/utils/json.hpp:15314
↓ 1 callersFunctionfrom_json_tuple_impl
src/utils/json.hpp:3733
↓ 1 callersFunctionget_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
src/utils/json.hpp:14660
↓ 1 callersFunctionget_color_list
src/SegDataset.cpp:4
↓ 1 callersMethodget_value
src/utils/json.hpp:10647
↓ 1 callersFunctiongrisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
src/utils/json.hpp:14921
↓ 1 callersFunctionhash
src/utils/json.hpp:4613
↓ 1 callersFunctionint_to_string
src/utils/json.hpp:3835
↓ 1 callersFunctionis_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
src/utils/json.hpp:18944
↓ 1 callersFunctionmake_features
src/backbones/VGG.cpp:3
↓ 1 callersFunctionmaxpool_options
src/utils/util.h:35
↓ 1 callersMethodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/utils/json.hpp:14414
↓ 1 callersMethodname
src/utils/json.hpp:2369
↓ 1 callersMethodoperator+
add to iterator
src/utils/json.hpp:11491
↓ 1 callersFunctionoperator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
src/utils/json.hpp:21738
↓ 1 callersFunctionoperator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
src/utils/json.hpp:3404
↓ 1 callersFunctionparse
src/utils/json.hpp:23187
↓ 1 callersFunctionreaddir
Read next directory entry */
src/utils/_dirent.h:669
↓ 1 callersFunctionsax_parse
src/utils/json.hpp:23291
↓ 1 callersFunctionskip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
src/utils/json.hpp:7357
↓ 1 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
src/utils/json.hpp:12276
↓ 1 callersFunctionstrverscmp
Compare strings */
src/utils/_dirent.h:900
↓ 1 callersFunctionsumTensor
src/architectures/FPNDecoder.cpp:53
↓ 1 callersFunctionto_cbor
src/utils/json.hpp:23558
↓ 1 callersFunctionto_json_tuple_impl
src/utils/json.hpp:4336
↓ 1 callersFunctiontolower1
字符串大小写转换
src/utils/readfile.h:76
↓ 1 callersFunctionunescape
unescape "~1" to tilde and "~0" to slash (order is important!)
src/utils/json.hpp:12371
↓ 1 callersMethodwhat
returns the explanatory string
src/utils/json.hpp:2356
MethodASPPImpl
src/architectures/DeepLabDecoder.cpp:42
MethodASPPPoolingImpl
src/architectures/DeepLabDecoder.cpp:27
MethodBlockImpl
src/backbones/ResNet.cpp:3
MethodConv2dReLUImpl
src/architectures/UNetDecoder.cpp:21
MethodConv3x3GNReLUImpl
src/architectures/FPNDecoder.cpp:3
MethodConvBnReluImpl
src/architectures/PANDecoder.cpp:3
MethodData
src/utils/Augmentations.h:6
MethodDecoderBlockImpl
src/architectures/UNetDecoder.cpp:34
MethodDecoderBlockLinkImpl
src/architectures/LinknetDecoder.cpp:24
MethodDeepLabV3DecoderImpl
src/architectures/DeepLabDecoder.cpp:81
MethodDeepLabV3Impl
src/architectures/DeepLab.cpp:3
MethodDeepLabV3Impl
src/architectures/DeepLab.h:9
MethodDeepLabV3PlusDecoderImpl
src/architectures/DeepLabDecoder.cpp:95
MethodDeepLabV3PlusImpl
src/architectures/DeepLab.cpp:36
MethodDeepLabV3PlusImpl
src/architectures/DeepLab.h:26
MethodFPABlockImpl
src/architectures/PANDecoder.cpp:26
MethodFPNBlockImpl
src/architectures/FPNDecoder.cpp:19
MethodFPNDecoderImpl
src/architectures/FPNDecoder.cpp:75
MethodFPNImpl
src/architectures/FPN.cpp:3
MethodFPNImpl
src/architectures/FPN.h:16
MethodGAUBlockImpl
src/architectures/PANDecoder.cpp:75
MethodHorizontalFlip
src/utils/Augmentations.cpp:67
FunctionJSON_CATCH
src/utils/json.hpp:19802
MethodJSON_CATCH
src/utils/json.hpp:11893
FunctionJSON_INTERNAL_CATCH
src/utils/json.hpp:20361
MethodLinkNetImpl
src/architectures/LinkNet.h:14
MethodLinkNetImpl
src/architectures/LinkNet.cpp:2
MethodLinknetDecoderImpl
src/architectures/LinknetDecoder.cpp:43
← previousnext →101–200 of 542, ranked by callers