Searched defs:targetDims (Results 1 – 2 of 2) sorted by relevance
96 int[] targetDims = new int[] { outDim[0] / 4, outDim[1] }; in onProcess() local
385 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize, in reshapePrepare()