Open bigdimboom opened 3 years ago
I can't find the impl. of np.dot(inputA, inutB, out preallocatedArray).
Currently I am using np.dot(.....).copyTo(....). But I think it still allocates a tmp memory.
I can't find the impl. of np.dot(inputA, inutB, out preallocatedArray).
Currently I am using np.dot(.....).copyTo(....). But I think it still allocates a tmp memory.