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 RegisterAddCases(std::vector<TestCase> &registry)#

Registers the Add 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.