include_math_cases.h#

namespace ONNX_LIGHT_NAMESPACE
namespace onnx_backend_test

Functions

void RegisterAbsCases(std::vector<TestCase> &registry)#

Registers the Abs backend test node case(s).

void RegisterAcosCases(std::vector<TestCase> &registry)#

Registers the Acos backend test node case(s).

void RegisterAcoshCases(std::vector<TestCase> &registry)#

Registers the Acosh backend test node case(s).

void RegisterAddCases(std::vector<TestCase> &registry)#

Registers the Add backend test node case(s).

void RegisterSubCases(std::vector<TestCase> &registry)#

Registers the Sub backend test node case(s).

void RegisterMulCases(std::vector<TestCase> &registry)#

Registers the Mul backend test node case(s).

void RegisterDivCases(std::vector<TestCase> &registry)#

Registers the Div backend test node case(s).

void RegisterBlackmanWindowCases(std::vector<TestCase> &registry)#

Registers the BlackmanWindow backend test node case(s).

void CollectMathTestCases(std::vector<TestCase> &registry)#

Collects all math op category backend test node cases by invoking every Register*Cases helper declared in this header.