IsExistOp

Description

Queries whether a specified operator type is supported.

Prototype

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

static bool IsExistOp(const std::string &operator_type)

static bool IsExistOp(const char_t *const operator_type)

Parameters

Parameter

Input/Output

Description

operator_type

Input

Operator type.

Returns

  • true: operator supported.
  • false: operator not supported.

Restrictions

None