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