Member List#
|
SDK qb Runtime Library v1.0
MCS001-
|
qbruntime.model.Model Member List
This is the complete list of members for qbruntime.model.Model, including all inherited members.
| __init__(self, str path, Optional[ModelConfig] model_config=None) | qbruntime.model.Model | |
| _acc (defined in qbruntime.model.Model) | qbruntime.model.Model | protected |
| _infer(self, Union[np.ndarray, List[np.ndarray]] inputs, Optional[List[np.ndarray]] outputs, int cache_size, Optional[bool] is_target_hwc=None) (defined in qbruntime.model.Model) | qbruntime.model.Model | protected |
| _infer_to_float(self, Union[np.ndarray, List[np.ndarray],] inputs, int cache_size, Optional[bool] is_target_hwc=None) | qbruntime.model.Model | protected |
| _input_shape (defined in qbruntime.model.Model) | qbruntime.model.Model | protected |
| _model (defined in qbruntime.model.Model) | qbruntime.model.Model | protected |
| _output_shape (defined in qbruntime.model.Model) | qbruntime.model.Model | protected |
| acquire_input_buffer(self, List[List[int]] seqlens=[]) | qbruntime.model.Model | |
| acquire_output_buffer(self, List[List[int]] seqlens=[]) | qbruntime.model.Model | |
| dispose(self) | qbruntime.model.Model | |
| dump_cache_memory(self) | qbruntime.model.Model | |
| dump_cache_memory_to(self, str cache_dir) | qbruntime.model.Model | |
| filter_cache_tail(self, int cache_size, int tail_size, List[bool] mask) | qbruntime.model.Model | |
| get_cache_infos(self) | qbruntime.model.Model | |
| get_core_mode(self) | qbruntime.model.Model | |
| get_identifier(self) | qbruntime.model.Model | |
| get_input_buffer_info(self) | qbruntime.model.Model | |
| get_input_scale(self) | qbruntime.model.Model | |
| get_latency_consumed(self) | qbruntime.model.Model | |
| get_latency_finished(self) | qbruntime.model.Model | |
| get_model_input_shape(self) | qbruntime.model.Model | |
| get_model_output_shape(self) | qbruntime.model.Model | |
| get_model_path(self) | qbruntime.model.Model | |
| get_model_variant_handle(self, variant_idx) | qbruntime.model.Model | |
| get_num_model_variants(self) | qbruntime.model.Model | |
| get_output_buffer_info(self) | qbruntime.model.Model | |
| get_output_scale(self) | qbruntime.model.Model | |
| get_target_cores(self) | qbruntime.model.Model | |
| infer(self, Union[np.ndarray, List[np.ndarray]] inputs, Optional[List[np.ndarray]] outputs=None, int cache_size=0) | qbruntime.model.Model | |
| infer_async(self, Union[np.ndarray, List[np.ndarray]] inputs) | qbruntime.model.Model | |
| infer_async_to_float(self, Union[np.ndarray, List[np.ndarray]] inputs) | qbruntime.model.Model | |
| infer_buffer(self, List[Buffer] inputs, List[Buffer] outputs, List[List[int]] shape=[], int cache_size=0) | qbruntime.model.Model | |
| infer_chw(self, Union[np.ndarray, List[np.ndarray]] inputs, Optional[List[np.ndarray]] outputs=None, int cache_size=0) (defined in qbruntime.model.Model) | qbruntime.model.Model | |
| infer_chw_to_float(self, Union[np.ndarray, List[np.ndarray],] inputs, int cache_size=0) (defined in qbruntime.model.Model) | qbruntime.model.Model | |
| infer_hwc(self, Union[np.ndarray, List[np.ndarray]] inputs, Optional[List[np.ndarray]] outputs=None, int cache_size=0) (defined in qbruntime.model.Model) | qbruntime.model.Model | |
| infer_hwc_to_float(self, Union[np.ndarray, List[np.ndarray],] inputs, int cache_size=0) (defined in qbruntime.model.Model) | qbruntime.model.Model | |
| infer_speedrun(self) | qbruntime.model.Model | |
| infer_to_float(self, Union[np.ndarray, List[np.ndarray],] inputs, int cache_size=0) | qbruntime.model.Model | |
| is_target(self, CoreId core_id) | qbruntime.model.Model | |
| launch(self, Accelerator acc) | qbruntime.model.Model | |
| load_cache_memory(self, List[bytes] bufs) | qbruntime.model.Model | |
| load_cache_memory_from(self, str cache_dir) | qbruntime.model.Model | |
| move_cache_tail(self, int num_head, int num_tail, int cache_size) | qbruntime.model.Model | |
| release_buffer(self, List[Buffer] buffer) | qbruntime.model.Model | |
| reposition_inputs(self, List[np.ndarray] inputs, List[Buffer] input_bufs, List[List[int]] seqlens=[]) | qbruntime.model.Model | |
| reposition_outputs(self, List[Buffer] output_bufs, List[np.ndarray] outputs, List[List[int]] seqlens=[]) | qbruntime.model.Model | |
| target_cores(self) | qbruntime.model.Model |
Generated by