Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Windsander/ADI-Stable-Diffusion
/ functions
Functions
1,024 in github.com/Windsander/ADI-Stable-Diffusion
⨍
Functions
1,024
◇
Types & classes
242
Method
key
return the key of an object iterator
source/tokenizer/json.hpp:13657
Method
level
source/amon/exception_base.h:42
Method
level
source/amon/cens_statistics_base.h:40
Method
lexer
source/tokenizer/json.hpp:7424
Method
load_merge_file
source/tokenizer/tokenizer_base.cc:373
Method
load_merge_json
source/tokenizer/tokenizer_base.cc:320
Method
load_merge_text
source/tokenizer/tokenizer_base.cc:346
Method
load_vocab_file
source/tokenizer/tokenizer_base.cc:361
Method
load_vocab_json
Dictionary reading & preparing logic
source/tokenizer/tokenizer_base.cc:284
Method
load_vocab_text
source/tokenizer/tokenizer_base.cc:307
Method
logIt
source/amon/basic_logger.h:31
Function
main
clitools/main.cc:733
Function
make_array
source/tokenizer/json.hpp:3206
Method
make_words_pair
Subwiords Pairing logic (Common by file structure)
source/tokenizer/tokenizer_base.cc:254
Method
mark_end_when
source/amon/cens_target_fps.h:110
Method
mark_start_at
source/amon/cens_target_fps.h:96
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
source/tokenizer/json.hpp:22153
Method
merge
source/base/onnxsd_basic_tools.cc:421
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
source/tokenizer/json.hpp:24269
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
source/tokenizer/json.hpp:16865
Method
multiple
source/base/onnxsd_basic_tools.cc:327
Method
name
source/tokenizer/json.hpp:4316
Method
next_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
source/tokenizer/json.hpp:7518
Method
nonesuch
source/tokenizer/json.hpp:266
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
source/tokenizer/json.hpp:16930
Method
normalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
source/tokenizer/json.hpp:16947
Function
null
source/tokenizer/json.hpp:6755
Method
null
source/tokenizer/json.hpp:6939
Function
number_float
source/tokenizer/json.hpp:6779
Method
number_float
source/tokenizer/json.hpp:6963
Function
number_integer
source/tokenizer/json.hpp:6767
Method
number_integer
source/tokenizer/json.hpp:6951
Function
number_unsigned
source/tokenizer/json.hpp:6773
Method
number_unsigned
source/tokenizer/json.hpp:6957
Function
operator "" _json
source/tokenizer/json.hpp:24314
Function
operator "" _json_pointer
source/tokenizer/json.hpp:24322
Function
operator!=
source/tokenizer/json.hpp:5860
Method
operator!=
inequality operator (needed for range-based for)
source/tokenizer/json.hpp:5186
Function
operator()
source/tokenizer/json.hpp:24343
Method
operator()
source/tokenizer/json.hpp:5030
Method
operator()
source/tokenizer/json.hpp:5731
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
source/tokenizer/json.hpp:24357
Method
operator+
source/tokenizer/json.hpp:12701
Method
operator++
source/tokenizer/json.hpp:5171
Method
operator++
source/tokenizer/json.hpp:12719
Method
operator++
post-increment (it++)
source/tokenizer/json.hpp:13603
Method
operator-
source/tokenizer/json.hpp:12708
Method
operator-
subtract from iterator
source/tokenizer/json.hpp:13639
Method
operator--
source/tokenizer/json.hpp:12732
Method
operator--
post-decrement (it--)
source/tokenizer/json.hpp:13615
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13110
Method
operator->
source/tokenizer/json.hpp:14740
Method
operator<
source/tokenizer/json.hpp:12696
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13335
Function
operator<=>
source/tokenizer/json.hpp:14550
Method
operator=
source/tokenizer/json.hpp:270
Function
operator==
source/tokenizer/json.hpp:13255
Method
operator==
equality operator (needed for InputIterator)
source/tokenizer/json.hpp:5180
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13344
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13353
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13470
Function
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
source/tokenizer/json.hpp:18926
Method
output_adapter
source/tokenizer/json.hpp:14916
Method
output_adapter_protocol
source/tokenizer/json.hpp:14826
Method
output_stream_adapter
source/tokenizer/json.hpp:14867
Method
output_string_adapter
source/tokenizer/json.hpp:14892
Method
output_vector_adapter
source/tokenizer/json.hpp:14842
Function
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
source/tokenizer/json.hpp:13826
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
source/tokenizer/json.hpp:9464
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
source/tokenizer/json.hpp:9346
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
source/tokenizer/json.hpp:9426
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
source/tokenizer/json.hpp:9242
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
source/tokenizer/json.hpp:9494
Function
parse_error
source/tokenizer/json.hpp:6852
Method
parse_error
source/tokenizer/json.hpp:7102
Method
parse_error
source/tokenizer/json.hpp:7289
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
source/tokenizer/json.hpp:10270
Method
parse_prompt_attention
* @details Parses a string with attention tokens and returns a list of pairs: text and its associated weight. * Accepted tokens are: * (ab
source/tokenizer/tokenizer_base.cc:186
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
source/tokenizer/json.hpp:10904
Method
parser
a parser reading from an input adapter
source/tokenizer/json.hpp:12169
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
source/tokenizer/json.hpp:24117
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
source/tokenizer/json.hpp:23846
Method
position_string
source/tokenizer/json.hpp:4442
Method
print_model_detail
source/units/model_base.cc:51
Method
print_progress_bar
source/base/onnxsd_basic_tools.cc:690
Method
print_prompt_attention
* @details Method for checking parse_prompt_attention result * @param prompt_weight_ split prompt(key_word)-weights map */
source/tokenizer/tokenizer_base.cc:69
Method
print_tensor_data
source/base/onnxsd_basic_tools.cc:98
Method
quantile
source/base/onnxsd_basic_tools.cc:641
Method
random
source/base/onnxsd_basic_tools.cc:251
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
source/tokenizer/json.hpp:21986
Method
recycle_scheduler
source/scheduler/scheduler_register.cc:75
Method
recycle_tokenizer
source/tokenizer/tokenizer_register.cc:47
Function
reinterpret_bits
source/tokenizer/json.hpp:16831
Function
release
outlet/adi.cc:100
Method
release
(self)
ort_sd_py_imp.py:151
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
source/tokenizer/json.hpp:22000
Method
report
source/amon/exception_base.h:50
Method
report
source/amon/cens_statistics_base.h:50
Method
request_scheduler
source/scheduler/scheduler_register.cc:29
Method
request_tokenizer
source/tokenizer/tokenizer_register.cc:25
← previous
next →
701–800 of 1,024, ranked by callers