MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TestRCC

Function TestRCC

tensorflow/lite/experimental/ruy/test.h:2130–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2128
2129template <typename TestSetType>
2130void TestRCC(int rows, int depth, int cols, ExpectedOutcome expected_outcome) {
2131 TestSetType test_set;
2132 test_set.rows = rows;
2133 test_set.depth = depth;
2134 test_set.cols = cols;
2135 test_set.lhs_order = Order::kRowMajor;
2136 test_set.rhs_order = Order::kColMajor;
2137 test_set.dst_order = Order::kColMajor;
2138 test_set.layout_style = LayoutStyle::kPackedLinear;
2139 test_set.expected_outcome = expected_outcome;
2140 test_set.Run();
2141}
2142
2143template <typename TestSetType>
2144void TestRCC(int rows, int depth, int cols) {

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected