MCPcopy Create free account

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

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

Methodfill_buffer
UTF-32
source/tokenizer/json.hpp:6250
Methodfill_buffer
UTF-16
source/tokenizer/json.hpp:6308
Methodfill_buffer
source/tokenizer/json.hpp:6397
Methodfind_closest_timestep_index
(self, time_)
ort_sd_py_imp.py:16
Methodfind_closest_timestep_index
source/scheduler/scheduler_base.cc:70
Methodfind_min_rank
source/tokenizer/tokenizer_base.cc:268
Methodfind_predict_params_at
source/scheduler/scheduler_base.cc:95
Functionfrom_bson
source/tokenizer/json.hpp:23734
Functionfrom_cbor
source/tokenizer/json.hpp:23538
Methodfrom_json
source/tokenizer/json.hpp:5766
Functionfrom_json_tuple_impl_base
source/tokenizer/json.hpp:4933
Functionfrom_msgpack
source/tokenizer/json.hpp:23595
Functionfrom_ubjson
source/tokenizer/json.hpp:23649
Functionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
source/tokenizer/json.hpp:21560
Methodgenerate_output
source/units/model_clip.cc:58
Methodgenerate_output
source/units/model_unet.cc:67
Methodgenerate_output
source/units/model_vae.cc:57
Methodgenerate_sigma_at
source/scheduler/scheduler_base.cc:83
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
source/tokenizer/json.hpp:19416
Methodget_avail_token_size
* @details get available customizable token max size, set by config[avail_token_size] * @return always equal to <avail_token_size - 2> */
source/tokenizer/tokenizer_base.cc:109
Methodget_boundary_factor
* @details get <|startoftext|> <|endoftext|> etc. marks multiply, * set by config[major_boundary_factor] * @return <|startoftext|> index in
source/tokenizer/tokenizer_base.cc:145
Methodget_bson_binary
source/tokenizer/json.hpp:9319
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
source/tokenizer/json.hpp:9267
Methodget_bson_string
source/tokenizer/json.hpp:9297
Methodget_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
source/tokenizer/json.hpp:10176
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
source/tokenizer/json.hpp:10081
Methodget_cbor_float_prefix
source/tokenizer/json.hpp:16205
Methodget_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
source/tokenizer/json.hpp:10214
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
source/tokenizer/json.hpp:9985
Functionget_character
source/tokenizer/json.hpp:6133
Methodget_character
source/tokenizer/json.hpp:6217
Methodget_character
source/tokenizer/json.hpp:6376
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
source/tokenizer/json.hpp:7470
Methodget_data_size
source/base/onnxsd_basic_tools.cc:171
Methodget_decimal_point
return the locale-dependent decimal point
source/tokenizer/json.hpp:7443
Methodget_end_token_index
* @details get <|endoftext|> index in dictionary, set by config[tokenizer_dictionary_at] * @return <|endoftext|> index in dictionary */
source/tokenizer/tokenizer_base.cc:125
Functionget_error_message
return syntax error message
source/tokenizer/json.hpp:8773
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
source/tokenizer/json.hpp:11835
Functionget_impl
source/tokenizer/json.hpp:20813
Methodget_lms_coefficient
python line 135 of scheduling_lms_discrete.py
source/scheduler/scheduler_discrete_lms.cc:38
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
source/tokenizer/json.hpp:10845
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
source/tokenizer/json.hpp:10734
Methodget_msgpack_float_prefix
source/tokenizer/json.hpp:16219
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
source/tokenizer/json.hpp:10867
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
source/tokenizer/json.hpp:10651
Methodget_number
source/tokenizer/json.hpp:11862
Functionget_number_float
return floating-point value
source/tokenizer/json.hpp:8725
Functionget_number_unsigned
source/tokenizer/json.hpp:8719
Methodget_pad_token_index
* @details get token index for padding, its different defined by mode * Examples: * SD - Using <|endoftext|> = 49407 as pad_token_idx
source/tokenizer/tokenizer_base.cc:136
Functionget_position
return position of last read token
source/tokenizer/json.hpp:8741
Functionget_ref
source/tokenizer/json.hpp:20999
Functionget_ref_impl
source/tokenizer/json.hpp:20688
Methodget_shape
source/base/onnxsd_basic_tools.cc:176
Methodget_start_token_index
* @details get <|startoftext|> index in dictionary, set by config[tokenizer_dictionary_at] * @return <|startoftext|> index in dictionary */
source/tokenizer/tokenizer_base.cc:117
Methodget_tensor_type
source/base/onnxsd_basic_tools.cc:181
Functionget_to
source/tokenizer/json.hpp:20987
Methodget_token
get next token from lexer
source/tokenizer/json.hpp:12559
Methodget_ubjson_array
! @return whether array creation completed */
source/tokenizer/json.hpp:11556
Methodget_ubjson_float_prefix
source/tokenizer/json.hpp:16520
Methodget_ubjson_high_precision_number
source/tokenizer/json.hpp:11747
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
source/tokenizer/json.hpp:11018
Methodget_ubjson_object
! @return whether object creation completed */
source/tokenizer/json.hpp:11664
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
source/tokenizer/json.hpp:11306
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
source/tokenizer/json.hpp:11083
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
source/tokenizer/json.hpp:10923
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
source/tokenizer/json.hpp:11373
Methodget_unified_correction
source/scheduler/scheduler_discrete_unipc.cc:51
Methodget_unified_history_count
source/scheduler/scheduler_discrete_unipc.cc:46
Methodget_unified_prediction
source/scheduler/scheduler_discrete_unipc.cc:58
Methodguide
source/base/onnxsd_basic_tools.cc:469
Methodhandle_value
source/tokenizer/json.hpp:7136
Methodhas_extension
source/base/onnxsd_basic_tools.cc:624
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
source/tokenizer/json.hpp:5882
Methodhave_data
source/base/onnxsd_basic_tools.cc:227
Methodinference
source/adi_context.cc:204
Methodinference
source/units/model_unet.cc:82
Methodinit
source/scheduler/scheduler_base.cc:193
Methodinit
source/tokenizer/tokenizer_encode_wp.cc:76
Methodinit
source/tokenizer/tokenizer_encode_bpe.cc:129
Methodinput_stream_adapter
source/tokenizer/json.hpp:6168
Functioninsert
source/tokenizer/json.hpp:19204
Functionis_c_string
source/tokenizer/json.hpp:4094
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
source/tokenizer/json.hpp:20550
Functionis_errored
source/tokenizer/json.hpp:6864
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
source/tokenizer/json.hpp:20466
Functionis_transparent
source/tokenizer/json.hpp:4122
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
source/tokenizer/json.hpp:22051
Methoditer_impl
source/tokenizer/json.hpp:12875
Methoditeration_proxy
source/tokenizer/json.hpp:5242
Methoditeration_proxy_value
source/tokenizer/json.hpp:5137
Methoditerator_input_adapter
source/tokenizer/json.hpp:6213
Functioniterator_wrapper
source/tokenizer/json.hpp:22033
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
source/tokenizer/json.hpp:13804
Methodjson_ref
source/tokenizer/json.hpp:14700
Methodjson_reverse_iterator
create reverse iterator from iterator
source/tokenizer/json.hpp:13596
Methodjson_sax_dom_callback_parser
source/tokenizer/json.hpp:6924
Functionjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
source/tokenizer/json.hpp:6744
Functionjson_value
default constructor (for null values)
source/tokenizer/json.hpp:19621
Functionkey
source/tokenizer/json.hpp:6809
Methodkey
source/tokenizer/json.hpp:6999
← previousnext →601–700 of 1,024, ranked by callers