Lines Matching full:param

491  /// \param[in] context Context object handle address.
497 /// \param[in] context Context object handle.
498 /// \param[in] thread_num the number of threads at runtime.
504 /// \param[in] context Context object handle.
512 /// \param[in] context Context object handle.
513 /// \param[in] mode: 0: no affinities, 1: big cores first, 2: little cores first
519 /// \param[in] context Context object handle.
531 /// \param[in] context Context object handle.
532 /// \param[in] core_list: a array of thread core lists.
533 /// \param[in] core_num The number of core.
540 /// \param[out] core_num The number of core.
548 /// \param[in] context Context object handle.
549 /// \param[in] is_parallel: true, parallel; false, not in parallel.
555 /// \param[in] context Context object handle.
563 /// \param[in] context Context object handle.
564 /// \param[in] device_info Device info object handle.
570 /// \param[in] device_info Device info object handle.
578 /// \param[in] device_info Device info object handle address.
584 /// \param[in] device_info Device info object handle.
585 /// \param[in] provider define the provider's name.
591 /// \param[in] device_info Device info object handle.
599 /// \param[in] device_info Device info object handle.
600 /// \param[in] device define the provider's device type. EG: CPU.
606 /// \param[in] device_info Device info object handle.
614 /// \param[in] device_info Device info object handle.
622 /// \param[in] device_info Device info object handle.
623 /// \param[in] is_fp16 Enable float16 inference or not.
629 /// \param[in] device_info Device info object handle.
637 /// \param[in] device_info Device info object handle.
638 /// \param[in] frequency Can be set to 1 (low power consumption), 2 (balanced), 3 (high performance), 4 (extreme
645 /// \param[in] device_info Device info object handle.
807 /// \param[in] model Model object handle address.
813 /// \param[in] model Model object handle.
814 /// \param[in] workspace Define the workspace address.
815 /// \param[in] workspace_size Define the workspace size.
821 /// \param[in] model Model object handle.
828 /// \param[in] model_type Define The type of model file.
829 /// \param[in] model_context Define the context used to store options during execution.
841 /// \param[in] model_type Define The type of model file.
842 /// \param[in] model_context Define the context used to store options during execution.
854 /// \param[in] shape_infos Defines the new shapes of inputs, should be consistent with inputs.
855 /// \param[in] shape_info_num The num of shape_infos.
865 /// \param[in] before CallBack before predict.
866 /// \param[in] after CallBack after predict.
878 /// \param[in] before CallBack before RunStep.
879 /// \param[in] after CallBack after RunStep.
889 /// \param[in] train True means model runs in Train Mode, otherwise Eval Mode.
898 /// \param[in] export_path Define the export weight file path.
906 /// \param[in] model Model object handle.
914 /// \param[in] model Model object handle.
923 /// \param[in] tensor_name The name of tensor.
932 /// \param[in] tensor_name The name of tensor.
1028 // User input param error code, range: [-600, 700)
1029 - kMSStatusLiteInputParamInvalid = kMSCompCodeLite | (0x0FFFFFFF & -600), /**< Invalid input param by user. */
1031 + OH_AI_STATUS_LITE_INPUT_PARAM_INVALID = OH_AI_COMPCODE_LITE | (0x0FFFFFFF & -600), /**< Invalid input param by user. */
1050 /// \param[in] data_len The length of the memory, in bytes.
1059 /// \param[in] tensor Tensor object handle address.
1065 /// \param[in] tensor Tensor object handle.
1073 /// \param[in] tensor Tensor object handle.
1074 /// \param[in] name The name of the tensor.
1080 /// \param[in] tensor Tensor object handle.
1088 /// \param[in] tensor Tensor object handle.
1089 /// \param[in] type The data type of the tensor.
1095 /// \param[in] tensor Tensor object handle.
1103 /// \param[in] tensor Tensor object handle.
1104 /// \param[in] shape The shape array.
1105 /// \param[in] shape_num Dimension of shape.
1112 /// \param[out] shape_num Dimension of shape.
1120 /// \param[in] tensor Tensor object handle.
1121 /// \param[in] format The format of the tensor.
1127 /// \param[in] tensor Tensor object handle.
1135 /// \param[in] tensor Tensor object handle.
1136 /// \param[in] data A pointer to the data of the tensor.
1142 /// \param[in] tensor Tensor object handle.
1150 /// \param[in] tensor Tensor object handle.
1158 /// \param[in] tensor Tensor object handle.
1166 /// \param[in] tensor Tensor object handle.
1264 +/// \param[in] context Context object handle address.
1269 +/// \param[in] context Context object handle.
1270 +/// \param[in] thread_num the number of threads at runtime.
1275 +/// \param[in] context Context object handle.
1282 +/// \param[in] context Context object handle.
1283 +/// \param[in] mode: 0: no affinities, 1: big cores first, 2: little cores first
1288 +/// \param[in] context Context object handle.
1298 +/// \param[in] context Context object handle.
1299 +/// \param[in] core_list: a array of thread core lists.
1300 +/// \param[in] core_num The number of core.
1306 +/// \param[in] context Context object handle.
1307 +/// \param[out] core_num The number of core.
1314 +/// \param[in] context Context object handle.
1315 +/// \param[in] is_parallel: true, parallel; false, not in parallel.
1320 +/// \param[in] context Context object handle.
1327 +/// \param[in] context Context object handle.
1328 +/// \param[in] device_info Device info object handle.
1333 +/// \param[in] device_info Device info object handle.
1340 +/// \param[in] device_info Device info object handle address.
1345 +/// \param[in] device_info Device info object handle.
1346 +/// \param[in] provider define the provider's name.
1351 +/// \param[in] device_info Device info object handle.
1358 +/// \param[in] device_info Device info object handle.
1359 +/// \param[in] device define the provider's device type. EG: CPU.
1364 +/// \param[in] device_info Device info object handle.
1371 +/// \param[in] device_info Device info object handle.
1378 +/// \param[in] device_info Device info object handle.
1379 +/// \param[in] is_fp16 Enable float16 inference or not.
1384 +/// \param[in] device_info Device info object handle.
1391 +/// \param[in] device_info Device info object handle.
1392 +/// \param[in] frequency Can be set to 1 (low power consumption), 2 (balanced), 3 (high performance), 4 (extreme
1398 +/// \param[in] device_info Device info object handle.
1577 +/// \param[in] model Model object handle address.
1582 +/// \param[in] model Model object handle.
1583 +/// \param[in] model_data Define the buffer read from a model file.
1584 +/// \param[in] data_size Define bytes number of model file buffer.
1585 +/// \param[in] model_type Define The type of model file.
1586 +/// \param[in] model_context Define the context used to store options during execution.
1594 +/// \param[in] model Model object handle.
1595 +/// \param[in] model_path Define the model file path.
1596 +/// \param[in] model_type Define The type of model file.
1597 +/// \param[in] model_context Define the context used to store options during execution.
1605 +/// \param[in] model Model object handle.
1606 +/// \param[in] inputs The array that includes all input tensor handles.
1607 +/// \param[in] shape_infos Defines the new shapes of inputs, should be consistent with inputs.
1608 +/// \param[in] shape_info_num The num of shape_infos.
1616 +/// \param[in] model Model object handle.
1617 +/// \param[in] inputs The array that includes all input tensor handles.
1618 +/// \param[out] outputs The array that includes all output tensor handles.
1619 +/// \param[in] before CallBack before predict.
1620 +/// \param[in] after CallBack after predict.
1629 +/// \param[in] model Model object handle.
1636 +/// \param[in] model Model object handle.
1643 +/// \param[in] model Model object handle.
1644 +/// \param[in] tensor_name The name of tensor.
1651 +/// \param[in] model Model object handle.
1652 +/// \param[in] tensor_name The name of tensor.
1739 + // User input param error code, range: [-600, 700)
1741 + OH_AI_COMPCODE_LITE | (0x0FFFFFFF & -600), /**< Invalid input param by user. */
1784 +/// \param[in] name The name of the tensor.
1785 +/// \param[in] type The data type of the tensor.
1786 +/// \param[in] shape The shape of the tensor.
1787 +/// \param[in] shape_num The num of the shape.
1788 +/// \param[in] data The data pointer that points to allocated memory.
1789 +/// \param[in] data_len The length of the memory, in bytes.
1797 +/// \param[in] tensor Tensor object handle address.
1802 +/// \param[in] tensor Tensor object handle.
1809 +/// \param[in] tensor Tensor object handle.
1810 +/// \param[in] name The name of the tensor.
1815 +/// \param[in] tensor Tensor object handle.
1822 +/// \param[in] tensor Tensor object handle.
1823 +/// \param[in] type The data type of the tensor.
1828 +/// \param[in] tensor Tensor object handle.
1835 +/// \param[in] tensor Tensor object handle.
1836 +/// \param[in] shape The shape array.
1837 +/// \param[in] shape_num Dimension of shape.
1842 +/// \param[in] tensor Tensor object handle.
1843 +/// \param[out] shape_num Dimension of shape.
1850 +/// \param[in] tensor Tensor object handle.
1851 +/// \param[in] format The format of the tensor.
1856 +/// \param[in] tensor Tensor object handle.
1863 +/// \param[in] tensor Tensor object handle.
1864 +/// \param[in] data A pointer to the data of the tensor.
1869 +/// \param[in] tensor Tensor object handle.
1876 +/// \param[in] tensor Tensor object handle.
1883 +/// \param[in] tensor Tensor object handle.
1890 +/// \param[in] tensor Tensor object handle.
106898 MS_LOG(ERROR) << "param is nullptr.";
106907 MS_LOG(ERROR) << "param is nullptr.";
106916 MS_LOG(ERROR) << "param is nullptr.";
106925 MS_LOG(ERROR) << "param is nullptr.";
106936 MS_LOG(ERROR) << "param is nullptr.";
106945 MS_LOG(ERROR) << "param is nullptr.";
106954 MS_LOG(ERROR) << "param is nullptr.";
106963 MS_LOG(ERROR) << "param is nullptr.";
106972 MS_LOG(ERROR) << "param is nullptr.";
107002 MS_LOG(ERROR) << "param is nullptr.";
107011 MS_LOG(ERROR) << "param is nullptr.";
107020 MS_LOG(ERROR) << "param is nullptr.";
107029 MS_LOG(ERROR) << "param is nullptr.";
107038 MS_LOG(ERROR) << "param is nullptr.";
107049 MS_LOG(ERROR) << "param is nullptr.";
107064 MS_LOG(ERROR) << "param is nullptr.";
107080 MS_LOG(ERROR) << "param is nullptr.";
107095 MS_LOG(ERROR) << "param is nullptr.";
107171 MS_LOG(ERROR) << "param is nullptr.";
107314 MS_LOG(ERROR) << "param is nullptr.";
107320 MS_LOG(ERROR) << "param is invalid.";
107336 MS_LOG(ERROR) << "param is nullptr.";
107342 MS_LOG(ERROR) << "param is invalid.";
107358 MS_LOG(ERROR) << "param is nullptr.";
107388 MS_LOG(ERROR) << "param is nullptr.";
107426 MS_LOG(ERROR) << "param is nullptr.";
107439 MS_LOG(ERROR) << "param is nullptr.";
107452 MS_LOG(ERROR) << "param is nullptr.";
107469 MS_LOG(ERROR) << "param is nullptr.";
107493 MS_LOG(ERROR) << "param is nullptr.";
107511 MS_LOG(ERROR) << "param is nullptr.";
107524 MS_LOG(ERROR) << "param is nullptr.";
107533 MS_LOG(ERROR) << "param is nullptr.";
107542 MS_LOG(ERROR) << "param is nullptr.";
107551 MS_LOG(ERROR) << "param is nullptr.";
107564 MS_LOG(ERROR) << "param is nullptr.";
107573 MS_LOG(ERROR) << "param is nullptr.";
107582 MS_LOG(ERROR) << "param is nullptr.";
107591 MS_LOG(ERROR) << "param is nullptr.";
107604 MS_LOG(ERROR) << "param is nullptr.";
107614 MS_LOG(ERROR) << "param is nullptr.";
107623 MS_LOG(ERROR) << "param is nullptr.";
107632 MS_LOG(ERROR) << "param is nullptr.";
107641 MS_LOG(ERROR) << "param is nullptr.";