Searched defs:tensors_count (Results 1 – 10 of 10) sorted by relevance
28 void ExecuteFloorDivTest(TfLiteTensor* tensors, int tensors_count) { in ExecuteFloorDivTest()56 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestFloorDiv() local
28 void ExecuteFloorModTest(TfLiteTensor* tensors, int tensors_count) { in ExecuteFloorModTest()56 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestFloorMod() local
56 void ExecuteEluTest(TfLiteTensor* tensors, int tensors_count) { in ExecuteEluTest()81 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestElu() local
43 void ExecuteLeakyReluTest(const float alpha, const int tensors_count, in ExecuteLeakyReluTest()73 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestLeakyRelu() local
44 TfLiteTensor* tensors, int tensors_count) { in ExecuteL2Pool2DTest()79 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestL2Pool2D() local
36 int tensors_count) { in ExecuteCumSumTest()71 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestCumSum() local123 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestCumSumQuantized() local
36 TfLiteTensor* tensors, int tensors_count) { in ExecuteDepthToSpaceTest()66 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestDepthToSpace() local
31 void ExecuteAddN(TfLiteTensor* tensors, int tensors_count) { in ExecuteAddN()
29 void ExecuteLogSoftmaxTest(int tensors_count, TfLiteTensor* tensors) { in ExecuteLogSoftmaxTest()
71 size_t tensors_count = tflite::testing::GetModelTensorCount(model); in TF_LITE_MICRO_TEST() local151 size_t tensors_count = tflite::testing::GetModelTensorCount(model); in TF_LITE_MICRO_TEST() local