Searched refs:CheckBoolTensor (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | subgraph_test_util.h | 164 void CheckBoolTensor(const TfLiteTensor* tensor, const std::vector<int>& shape,
|
D | subgraph_test_util_test.cc | 145 CheckBoolTensor(output, {5}, {true, true, true, false, false}); in TEST_F()
|
D | subgraph_test_util.cc | 656 void CheckBoolTensor(const TfLiteTensor* tensor, const std::vector<int>& shape, in CheckBoolTensor() function
|