Searched refs:valueShape (Results 1 – 4 of 4) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 369 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/ |
D | OperationsExecutionUtils.h | 239 bool embeddingLookupPrepare(const Shape& valueShape, const Shape& lookupShape, Shape* outputShape); 242 const Shape& valueShape, Shape* outputShape, Shape* hitShape);
|
/packages/services/Car/tests/BugReportApp/libs/ |
D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |