Searched refs:tensorListC (Results 1 – 4 of 4) sorted by relevance
70 TensorListC *tensorListC = reinterpret_cast<TensorListC *>(outputs[i]); in TEST_F() local71 lite::FreeTensorListC(tensorListC); in TEST_F()
78 TensorListC *tensorListC = reinterpret_cast<TensorListC *>(inputs[i]); in TEST_F() local79 lite::FreeTensorListC(tensorListC); in TEST_F()
52 TensorListC *tensorListC = reinterpret_cast<TensorListC *>(i); in FreeAllTensorC() local53 FreeTensorListC(tensorListC); in FreeAllTensorC()54 tensorListC = nullptr; in FreeAllTensorC()
37 void FreeTensorListC(TensorListC *tensorListC);