Searched refs:IsTensorFlowTensor (Results 1 – 3 of 3) sorted by relevance
237 EXPECT_FALSE(buffer_map.IsTensorFlowTensor(0)); in TEST()251 EXPECT_TRUE(buffer_map.IsTensorFlowTensor(0)); in TEST()
44 bool IsTensorFlowTensor(int tensor_index) const;
36 bool BufferMap::IsTensorFlowTensor(int tensor_index) const { in IsTensorFlowTensor() function in tflite::flex::BufferMap