Home
last modified time | relevance | path

Searched refs:targetDimsSize (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp292 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize, in reshapePrepare() argument
300 std::vector<uint32_t> outDims(targetDimsSize); in reshapePrepare()
303 for (int32_t i = 0; i < targetDimsSize; ++i) { in reshapePrepare()
/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h232 bool reshapePrepare(const Shape& input, const int32_t* targetDims, const int32_t targetDimsSize,