Home
last modified time | relevance | path

Searched refs:valueShape (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp369 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape) { in embeddingLookupPrepare() argument
370 NN_OPS_CHECK(getNumberOfDimensions(valueShape) >= 2); in embeddingLookupPrepare()
373 const uint32_t columns = getSizeOfDimension(valueShape, 1); in embeddingLookupPrepare()
376 outputShape->type = valueShape.type; in embeddingLookupPrepare()
378 for (uint32_t i = 2; i < getNumberOfDimensions(valueShape); i++) { in embeddingLookupPrepare()
379 outputShape->dimensions.push_back(getSizeOfDimension(valueShape, i)); in embeddingLookupPrepare()
381 outputShape->offset = valueShape.offset; in embeddingLookupPrepare()
382 outputShape->scale = valueShape.scale; in embeddingLookupPrepare()
388 const Shape& valueShape, Shape* outputShape, Shape* hitShape) { in hashtableLookupPrepare() argument
391 NN_OPS_CHECK(getNumberOfDimensions(valueShape) >= 1); in hashtableLookupPrepare()
[all …]
/packages/modules/NeuralNetworks/common/include/
DOperationsExecutionUtils.h239 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape);
242 const Shape& valueShape, Shape* outputShape, Shape* hitShape);
/packages/services/Car/tests/BugReportApp/libs/
Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...