Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DUtils.cpp928 auto hashType = operands[inputIndexes[0]].type; in validateOperation() local
930 if (hashType == OperandType::TENSOR_FLOAT16) { in validateOperation()
938 } else if (hashType == OperandType::TENSOR_FLOAT32) { in validateOperation()