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
描述
该算子 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.
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
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 该算子 create_generic_shape_modelcreate_generic_shape_modelCreateGenericShapeModelCreateGenericShapeModelCreateGenericShapeModelcreate_generic_shape_model returns the
value 2 (
H_MSG_TRUE)
. 如有必要,将引发异常。
可能的后置算子
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