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

Function EvalExternalPath

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

Source from the content-addressed store, hash-verified

1162
1163template <typename TestSetType>
1164void EvalExternalPath(
1165 TestSetType* test_set,
1166 TestResult<typename TestSetType::DstScalar>* test_result) {
1167 EvalExternalPathImpl<TestSetType>::Run(test_set, test_result);
1168}
1169
1170#endif // RUY_TEST_EXTERNAL_PATHS
1171

Callers 1

EvalResultMethod · 0.85

Calls 1

RunFunction · 0.50

Tested by

no test coverage detected