InferFormatFuncRegister Constructor and Destructor

Description

Constructs or destructs an object of class InferFormatFuncRegister.

Prototype

APIs using strings will be deprecated in later versions. Use APIs supporting non-string data instead.

InferFormatFuncRegister(const std::string &operator_type, const InferFormatFunc &infer_format_func);

InferFormatFuncRegister(const char_t *const operator_type, const InferFormatFunc &infer_format_func);

~InferFormatFuncRegister() = default;

Parameters

Parameter

Input/Output

Description

operator_type

Input

Operator type.

infer_format_func

Input

InferFormat function of the operator.

Returns

An object of the InferFormatFuncRegister class.

Restrictions

This API registers the operator InferFormat function. This API is referenced by other header files and is not directly called by the operator developer.