Searched refs:IsTensorFlowTensor (Results 1 – 4 of 4) sorted by relevance
44 bool IsTensorFlowTensor(int tensor_index) const;
208 EXPECT_FALSE(buffer_map.IsTensorFlowTensor(0)); in TEST()222 EXPECT_TRUE(buffer_map.IsTensorFlowTensor(0)); in TEST()
139 bool BufferMap::IsTensorFlowTensor(int tensor_index) const { in IsTensorFlowTensor() function in tflite::flex::BufferMap
524 if (!buffer_map->IsTensorFlowTensor(tensor_index)) { in Eval()