create_generic_shape_modelT_create_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model (算子名称)
名称
create_generic_shape_modelT_create_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model
— Create a shape model.
参数签名
create_generic_shape_model( : : : ModelID)
Herror T_create_generic_shape_model(Htuple* ModelID)
def create_generic_shape_model() -> HHandle
描述
The operator create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model
creates a shape
model and returns its handle in ModelIDModelIDModelIDModelIDmodelIDmodel_id
.
The created model is not trained. See train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model
for information about training a model.
运行信息
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
This operator returns a handle. Note that the state of an instance of this handle type may be changed by specific operators even though the handle is used as an input parameter by those operators.
参数表
ModelIDModelIDModelIDModelIDmodelIDmodel_id
(output_control) shape_model →
HShapeModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the shape model.
结果
If successful the operator create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model
returns the
value 2 (
H_MSG_TRUE)
. If necessary, an exception is raised.
可能的后置算子
set_generic_shape_model_paramset_generic_shape_model_paramSetGenericShapeModelParamSetGenericShapeModelParamSetGenericShapeModelParamset_generic_shape_model_param
,
train_generic_shape_modeltrain_generic_shape_modelTrainGenericShapeModelTrainGenericShapeModelTrainGenericShapeModeltrain_generic_shape_model
,
write_shape_modelwrite_shape_modelWriteShapeModelWriteShapeModelWriteShapeModelwrite_shape_model
,
set_shape_model_originset_shape_model_originSetShapeModelOriginSetShapeModelOriginSetShapeModelOriginset_shape_model_origin
模块
Matching