MCPcopy Create free account

hub / github.com/Windsander/ADI-Stable-Diffusion / functions

Functions1,024 in github.com/Windsander/ADI-Stable-Diffusion

Methodkey
return the key of an object iterator
source/tokenizer/json.hpp:13657
Methodlevel
source/amon/exception_base.h:42
Methodlevel
source/amon/cens_statistics_base.h:40
Methodlexer
source/tokenizer/json.hpp:7424
Methodload_merge_file
source/tokenizer/tokenizer_base.cc:373
Methodload_merge_json
source/tokenizer/tokenizer_base.cc:320
Methodload_merge_text
source/tokenizer/tokenizer_base.cc:346
Methodload_vocab_file
source/tokenizer/tokenizer_base.cc:361
Methodload_vocab_json
Dictionary reading & preparing logic
source/tokenizer/tokenizer_base.cc:284
Methodload_vocab_text
source/tokenizer/tokenizer_base.cc:307
MethodlogIt
source/amon/basic_logger.h:31
Functionmain
clitools/main.cc:733
Functionmake_array
source/tokenizer/json.hpp:3206
Methodmake_words_pair
Subwiords Pairing logic (Common by file structure)
source/tokenizer/tokenizer_base.cc:254
Methodmark_end_when
source/amon/cens_target_fps.h:110
Methodmark_start_at
source/amon/cens_target_fps.h:96
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
source/tokenizer/json.hpp:22153
Methodmerge
source/base/onnxsd_basic_tools.cc:421
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
source/tokenizer/json.hpp:24269
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
source/tokenizer/json.hpp:16865
Methodmultiple
source/base/onnxsd_basic_tools.cc:327
Methodname
source/tokenizer/json.hpp:4316
Methodnext_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
Methodnonesuch
source/tokenizer/json.hpp:266
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
source/tokenizer/json.hpp:16930
Methodnormalize_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
Functionnull
source/tokenizer/json.hpp:6755
Methodnull
source/tokenizer/json.hpp:6939
Functionnumber_float
source/tokenizer/json.hpp:6779
Methodnumber_float
source/tokenizer/json.hpp:6963
Functionnumber_integer
source/tokenizer/json.hpp:6767
Methodnumber_integer
source/tokenizer/json.hpp:6951
Functionnumber_unsigned
source/tokenizer/json.hpp:6773
Methodnumber_unsigned
source/tokenizer/json.hpp:6957
Functionoperator "" _json
source/tokenizer/json.hpp:24314
Functionoperator "" _json_pointer
source/tokenizer/json.hpp:24322
Functionoperator!=
source/tokenizer/json.hpp:5860
Methodoperator!=
inequality operator (needed for range-based for)
source/tokenizer/json.hpp:5186
Functionoperator()
source/tokenizer/json.hpp:24343
Methodoperator()
source/tokenizer/json.hpp:5030
Methodoperator()
source/tokenizer/json.hpp:5731
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
source/tokenizer/json.hpp:24357
Methodoperator+
source/tokenizer/json.hpp:12701
Methodoperator++
source/tokenizer/json.hpp:5171
Methodoperator++
source/tokenizer/json.hpp:12719
Methodoperator++
post-increment (it++)
source/tokenizer/json.hpp:13603
Methodoperator-
source/tokenizer/json.hpp:12708
Methodoperator-
subtract from iterator
source/tokenizer/json.hpp:13639
Methodoperator--
source/tokenizer/json.hpp:12732
Methodoperator--
post-decrement (it--)
source/tokenizer/json.hpp:13615
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13110
Methodoperator->
source/tokenizer/json.hpp:14740
Methodoperator<
source/tokenizer/json.hpp:12696
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13335
Functionoperator<=>
source/tokenizer/json.hpp:14550
Methodoperator=
source/tokenizer/json.hpp:270
Functionoperator==
source/tokenizer/json.hpp:13255
Methodoperator==
equality operator (needed for InputIterator)
source/tokenizer/json.hpp:5180
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13344
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13353
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
source/tokenizer/json.hpp:13470
Functionordered_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
Methodoutput_adapter
source/tokenizer/json.hpp:14916
Methodoutput_adapter_protocol
source/tokenizer/json.hpp:14826
Methodoutput_stream_adapter
source/tokenizer/json.hpp:14867
Methodoutput_string_adapter
source/tokenizer/json.hpp:14892
Methodoutput_vector_adapter
source/tokenizer/json.hpp:14842
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
source/tokenizer/json.hpp:13826
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Functionparse_error
source/tokenizer/json.hpp:6852
Methodparse_error
source/tokenizer/json.hpp:7102
Methodparse_error
source/tokenizer/json.hpp:7289
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
source/tokenizer/json.hpp:10270
Methodparse_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
Methodparse_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
Methodparser
a parser reading from an input adapter
source/tokenizer/json.hpp:12169
Functionpatch
@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
Functionpatch_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
Methodposition_string
source/tokenizer/json.hpp:4442
Methodprint_model_detail
source/units/model_base.cc:51
Methodprint_progress_bar
source/base/onnxsd_basic_tools.cc:690
Methodprint_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
Methodprint_tensor_data
source/base/onnxsd_basic_tools.cc:98
Methodquantile
source/base/onnxsd_basic_tools.cc:641
Methodrandom
source/base/onnxsd_basic_tools.cc:251
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
source/tokenizer/json.hpp:21986
Methodrecycle_scheduler
source/scheduler/scheduler_register.cc:75
Methodrecycle_tokenizer
source/tokenizer/tokenizer_register.cc:47
Functionreinterpret_bits
source/tokenizer/json.hpp:16831
Functionrelease
outlet/adi.cc:100
Methodrelease
(self)
ort_sd_py_imp.py:151
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
source/tokenizer/json.hpp:22000
Methodreport
source/amon/exception_base.h:50
Methodreport
source/amon/cens_statistics_base.h:50
Methodrequest_scheduler
source/scheduler/scheduler_register.cc:29
Methodrequest_tokenizer
source/tokenizer/tokenizer_register.cc:25
← previousnext →701–800 of 1,024, ranked by callers