Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DLSHProjection.cpp62 const auto& typeOperand = operands[operation.inputs[kTypeParam]]; in Prepare() local
63 NN_RET_CHECK(typeOperand.length >= sizeof(int32_t)); in Prepare()
64 auto type = static_cast<LSHProjectionType>(getScalarData<int32_t>(typeOperand)); in Prepare()