Searched refs:targetShapePtr (Results 1 – 1 of 1) sorted by relevance
378 const int32_t* targetShapePtr = model->getPointer(ins[1]); in reshape() local381 HEXAGON_SOFT_ASSERT(targetShapePtr != nullptr, "pointer value is currently nullptr"); in reshape()383 HEXAGON_SOFT_ASSERT(reshapePrepare(inShape, targetShapePtr, targetShapeNumElem, &outShape), in reshape()