Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adlik/Adlik
/ functions
Functions
2,191 in github.com/Adlik/Adlik
⨍
Functions
2,191
◇
Types & classes
639
↳
Endpoints
29
Method
test_from_json_minimal
(self)
model_compiler/tests/model_compiler/compilers/test_keras_model_to_tf_model.py:28
Method
test_from_json_no_names
(self)
model_compiler/tests/model_compiler/test_tf_util.py:21
Method
test_from_json_no_names
(self)
model_compiler/tests/model_compiler/compilers/test_tf_forzen_graph_file_to_openvino_model.py:28
Method
test_from_json_no_names
(self)
model_compiler/tests/model_compiler/compilers/test_tf_model_file_to_openvino_model.py:29
Method
test_from_json_output_names_only
(self)
model_compiler/tests/model_compiler/compilers/test_tf_model_to_saved_model.py:24
Method
test_from_json_output_names_only
(self)
model_compiler/tests/model_compiler/compilers/test_keras_model_to_tf_model.py:40
Method
test_from_onnx_data_type
(self)
model_compiler/tests/model_compiler/models/test_data_type.py:60
Method
test_from_paddle_data_type
(self)
model_compiler/tests/model_compiler/models/test_data_type.py:122
Method
test_from_tensorrt_data_type
(self)
model_compiler/tests/model_compiler/models/test_data_type.py:104
Method
test_from_tf_data_type
(self)
model_compiler/tests/model_compiler/models/test_data_type.py:16
Method
test_get_identity
(self)
model_compiler/tests/model_compiler/compilers/test_repository.py:20
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/test_tf_util.py:43
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/irs/test_onnx_model.py:12
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_saved_model.py:47
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_torchscript_model.py:69
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_tftrt_saved_model.py:53
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_openvino_model.py:47
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_tensorrt_model.py:62
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_paddle_model.py:82
Method
test_get_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_enflame_model.py:52
Method
test_get_inputs_implicit_batch_size
(self)
model_compiler/tests/model_compiler/models/targets/test_tensorrt_model.py:75
Method
test_get_multiple_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_tflite_model.py:54
Method
test_get_multiple_steps_with_configuration
(self)
model_compiler/tests/model_compiler/compilers/test_repository.py:96
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_onnx_model.py:43
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_saved_model.py:54
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_torchscript_model.py:75
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_tftrt_saved_model.py:63
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_openvino_model.py:57
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_tensorrt_model.py:69
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_paddle_model.py:90
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_tflite_model.py:37
Method
test_get_outputs
(self)
model_compiler/tests/model_compiler/models/targets/test_enflame_model.py:58
Method
test_get_outputs_implicit_batch_size
(self)
model_compiler/tests/model_compiler/models/targets/test_tensorrt_model.py:82
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_onnx_model.py:56
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_saved_model.py:71
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_torchscript_model.py:87
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_tftrt_saved_model.py:82
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_openvino_model.py:72
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_tensorrt_model.py:96
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_paddle_model.py:105
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_tflite_model.py:51
Method
test_get_platform
(self)
model_compiler/tests/model_compiler/models/targets/test_enflame_model.py:71
Method
test_get_pot_params
(self)
model_compiler/tests/model_compiler/test_openvino_pot_util.py:12
Method
test_get_single_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_onnx_model.py:35
Method
test_get_single_inputs
(self)
model_compiler/tests/model_compiler/models/targets/test_tflite_model.py:30
Method
test_get_single_simple_step
(self)
model_compiler/tests/model_compiler/compilers/test_repository.py:26
Method
test_get_single_step_with_configuration
(self)
model_compiler/tests/model_compiler/compilers/test_repository.py:66
Method
test_insert
(self)
model_compiler/tests/model_compiler/test_compiler.py:103
Method
test_invalid_config_type
(self)
model_compiler/tests/model_compiler/compilers/test_repository.py:11
Method
test_invalid_data_type
(self)
model_compiler/tests/model_compiler/compilers/test_saved_model_file_to_tflite_model.py:124
Method
test_invalid_data_type
(self)
model_compiler/tests/model_compiler/compilers/test_saved_model_to_tflite_model.py:94
Method
test_invalid_name
(self)
model_compiler/tests/model_compiler/compilers/test_keras_model_to_tf_model.py:22
Method
test_invalid_source
(self)
model_compiler/tests/model_compiler/test_compiler.py:21
Method
test_invalid_source
(self)
model_compiler/tests/model_compiler/test_compiler.py:49
Method
test_invalid_source
(self)
model_compiler/tests/model_compiler/test_compiler.py:130
Method
test_keras_model_to_saved_model
(self)
model_compiler/tests/model_compiler/test_compiler.py:25
Method
test_keras_model_to_saved_model
(self)
model_compiler/tests/model_compiler/test_compiler.py:58
Method
test_keras_model_to_saved_model
(self)
model_compiler/tests/model_compiler/test_compiler.py:134
Method
test_model_parser
(self)
model_compiler/tests/model_compiler/test_openvino_util.py:38
Method
test_name_and_node_index
(self)
model_compiler/tests/model_compiler/compilers/test_keras_model_to_tf_model.py:19
Method
test_name_only
(self)
model_compiler/tests/model_compiler/compilers/test_keras_model_to_tf_model.py:16
Method
test_none
(self)
model_compiler/tests/model_compiler/models/test_data_format.py:12
Method
test_path_not_found
(self)
model_compiler/tests/model_compiler/compilers/test_repository.py:55
Method
test_replace
(self)
model_compiler/tests/model_compiler/test_compiler.py:113
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_onnx_model.py:48
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_saved_model.py:60
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_torchscript_model.py:81
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_tftrt_saved_model.py:70
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_openvino_model.py:64
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_tensorrt_model.py:88
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_paddle_model.py:97
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_tflite_model.py:43
Method
test_save
(self)
model_compiler/tests/model_compiler/models/targets/test_enflame_model.py:63
Method
test_save_auto_version
(self)
model_compiler/tests/model_compiler/test_serving_model_repository.py:43
Method
test_save_custom_version
(self)
model_compiler/tests/model_compiler/test_serving_model_repository.py:59
Method
test_save_ignore_invalid_directory
(self)
model_compiler/tests/model_compiler/test_serving_model_repository.py:72
Method
test_save_init
(self)
model_compiler/tests/model_compiler/test_serving_model_repository.py:30
Method
test_success_result
(self)
model_compiler/tests/model_compiler/test_init.py:23
Method
test_tf2_saved_model
(self)
model_compiler/tests/model_compiler/models/targets/test_saved_model.py:74
Method
test_to_onnx_data_type
(self)
model_compiler/tests/model_compiler/models/test_data_type.py:82
Method
test_to_tensorrt_data_type
(self)
model_compiler/tests/model_compiler/models/test_data_type.py:113
Method
test_to_tf_data_type
(self)
model_compiler/tests/model_compiler/models/test_data_type.py:38
Method
test_with_data_formats
(self)
model_compiler/tests/model_compiler/compilers/test_onnx_model_to_tflite_model.py:47
Method
test_with_no_data_formats
(self)
model_compiler/tests/model_compiler/compilers/test_onnx_model_to_tflite_model.py:39
Method
tfLiteTypeToTfType
adlik_serving/runtime/tensorflow_lite/tensor_utilities.cc:10
Method
toTensorflowStatus
adlik_serving/server/http/http_rest_api_handler.cc:188
Function
to_s
cub/string/str_utils.cc:96
Method
to_s
cub/string/string_view.cc:57
Method
transfer
adlik_serving/framework/domain/model_state.cc:34
Function
transformContainer
adlik_serving/runtime/tensorflow_lite/itertools.h:17
Function
transformContainerWithStaticCast
adlik_serving/runtime/tensorflow_lite/itertools.h:22
Method
tryNotify
adlik_serving/framework/domain/monitored_probe.cc:34
Method
unaspired
adlik_serving/framework/domain/aspired_state.cc:12
Method
unaspired
adlik_serving/framework/manager/boarding_functor.cc:58
Method
unaspired
adlik_serving/framework/manager/managed_store.cc:170
Function
unknown_cast
cub/dci/unknown.h:15
Method
unload
adlik_serving/framework/domain/model_loader.cc:15
Method
unload
adlik_serving/framework/manager/managed_store.cc:162
Function
unsignedFlag
cub/string/str_utils.cc:39
Method
unsplice
cub/list/list.h:336
← previous
next →
2,001–2,100 of 2,191, ranked by callers