Home
last modified time | relevance | path

Searched refs:hitShape (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/
DOperationsUtils.cpp520 Shape *hitShape) { in hashtableLookupPrepare() argument
536 hitShape->type = OperandType::TENSOR_QUANT8_ASYMM; in hashtableLookupPrepare()
537 hitShape->dimensions = { lookups }; in hashtableLookupPrepare()
538 hitShape->offset = 0; in hashtableLookupPrepare()
539 hitShape->scale = 1.f; in hashtableLookupPrepare()
DCpuExecutor.cpp1168 Shape outputShape, hitShape; in executeOperation() local
1172 &outputShape, &hitShape) && in executeOperation()
1174 setInfoAndAllocateIfNeeded(&hits, hitShape) && in executeOperation()
/frameworks/ml/nn/common/include/
DOperationsUtils.h208 Shape *hitShape);