Lines Matching refs:mInputs
129 n->mInputs.add(l);
133 n->mInputs.add(l);
142 if (n->mInputs.size() == 0) {
170 for (size_t ct2=0; ct2 < n->mInputs.size(); ct2++) {
171 if (n->mInputs[ct2]->mDstKernel.get() == k) {
178 mInputs.add(new IO(k));
257 for (size_t ct=0; ct < mInputs.size(); ct++) {
258 if (mInputs[ct]->mKernel == kid) {
259 mInputs[ct]->mAlloc = a;
293 //ALOGE("node %i, order %i, in %i out %i", (int)ct, n->mOrder, (int)n->mInputs.size(), (int)n->mOutputs.size());
300 for (size_t ct3=0; ct3 < n->mInputs.size(); ct3++) {
301 if (n->mInputs[ct3]->mDstKernel.get() == k) {
302 ain = n->mInputs[ct3]->mAlloc.get();
306 for (size_t ct3=0; ct3 < mInputs.size(); ct3++) {
307 if (mInputs[ct3]->mKernel == k) {
308 ain = mInputs[ct3]->mAlloc.get();