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

Function TestNonRCC

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

Source from the content-addressed store, hash-verified

2147
2148template <typename TestSetType>
2149void TestNonRCC(int rows, int depth, int cols,
2150 ExpectedOutcome expected_outcome) {
2151 TestSetType test_set;
2152 test_set.rows = rows;
2153 test_set.depth = depth;
2154 test_set.cols = cols;
2155 test_set.lhs_order = Order::kColMajor;
2156 test_set.rhs_order = Order::kColMajor;
2157 test_set.dst_order = Order::kColMajor;
2158 test_set.layout_style = LayoutStyle::kPackedLinear;
2159 test_set.expected_outcome = expected_outcome;
2160 test_set.Run();
2161}
2162
2163template <typename TestSetType>
2164void TestLinearAllOrders(int rows, int depth, int cols,

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected