Home
last modified time | relevance | path

Searched refs:CheckIntTensor (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dsubgraph_test_util_test.cc54 CheckIntTensor(output_tensor1, {1}, {output1}); in TestAccumelateLoopBody()
57 CheckIntTensor(output_tensor2, {1}, {output2}); in TestAccumelateLoopBody()
76 CheckIntTensor(output, {1, 2}, {6, 9}); in TEST_F()
91 CheckIntTensor(output, {1, 2}, {5, 14}); in TEST_F()
106 CheckIntTensor(output, {5}, {0, 5, 7, 0, 0}); in TEST_F()
144 CheckIntTensor(output1, {1}, {2}); in TEST_F()
146 CheckIntTensor(output2, {8}, {0, 0, 5, 7, 0, 0, 0, 0}); in TEST_F()
Dwhile_test.cc26 using subgraph_test_util::CheckIntTensor;
56 CheckIntTensor(output1, {1}, {i + 1}); in TEST_F()
58 CheckIntTensor(output2, {1}, {expected[i]}); in TEST_F()
82 CheckIntTensor(output1, {1}, {4}); in TEST_F()
84 CheckIntTensor(output2, {11}, {0, 0, 0, 5, 7, 0, 0, 0, 0, 0, 0}); in TEST_F()
Dif_test.cc27 using subgraph_test_util::CheckIntTensor;
57 CheckIntTensor(output, {1, 2}, {6, 9}); in TEST_F()
64 CheckIntTensor(output, {1, 2}, {5, 14}); in TEST_F()
94 CheckIntTensor(output, {1, 2}, {6, 9}); in TEST_F()
103 CheckIntTensor(output, {5}, {0, 5, 7, 0, 0}); in TEST_F()
Dsubgraph_test_util.h114 void CheckIntTensor(const TfLiteTensor* tensor, const std::vector<int>& shape,
Dsubgraph_test_util.cc380 void CheckIntTensor(const TfLiteTensor* tensor, const std::vector<int>& shape, in CheckIntTensor() function