Home
last modified time | relevance | path

Searched defs:tensors_count (Results 1 – 10 of 10) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/
Dfloor_div_test.cc28 void ExecuteFloorDivTest(TfLiteTensor* tensors, int tensors_count) { in ExecuteFloorDivTest()
56 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestFloorDiv() local
Dfloor_mod_test.cc28 void ExecuteFloorModTest(TfLiteTensor* tensors, int tensors_count) { in ExecuteFloorModTest()
56 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestFloorMod() local
Delu_test.cc56 void ExecuteEluTest(TfLiteTensor* tensors, int tensors_count) { in ExecuteEluTest()
81 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestElu() local
Dleaky_relu_test.cc43 void ExecuteLeakyReluTest(const float alpha, const int tensors_count, in ExecuteLeakyReluTest()
73 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestLeakyRelu() local
Dl2_pool_2d_test.cc44 TfLiteTensor* tensors, int tensors_count) { in ExecuteL2Pool2DTest()
79 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestL2Pool2D() local
Dcumsum_test.cc36 int tensors_count) { in ExecuteCumSumTest()
71 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestCumSum() local
123 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestCumSumQuantized() local
Ddepth_to_space_test.cc36 TfLiteTensor* tensors, int tensors_count) { in ExecuteDepthToSpaceTest()
66 constexpr int tensors_count = std::extent<decltype(tensors)>::value; in TestDepthToSpace() local
Dadd_n_test.cc31 void ExecuteAddN(TfLiteTensor* tensors, int tensors_count) { in ExecuteAddN()
Dlog_softmax_test.cc29 void ExecuteLogSoftmaxTest(int tensors_count, TfLiteTensor* tensors) { in ExecuteLogSoftmaxTest()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
Drecording_micro_allocator_test.cc71 size_t tensors_count = tflite::testing::GetModelTensorCount(model); in TF_LITE_MICRO_TEST() local
151 size_t tensors_count = tflite::testing::GetModelTensorCount(model); in TF_LITE_MICRO_TEST() local