Searched refs:tensors_c (Results 1 – 1 of 1) sorted by relevance
25 …tputTensor2TensorC(const std::vector<lite::Tensor *> &tensors, std::vector<TensorC *> *tensors_c) { in OutputTensor2TensorC() argument26 MS_ASSERT(tensors_c != nullptr); in OutputTensor2TensorC()37 tensors_c->push_back(tensor_c); in OutputTensor2TensorC()