Home
last modified time | relevance | path

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

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonOperationsCheck.cpp359 bool softmax(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, in softmax() function
476 {{OperationType::SOFTMAX, OperandType::TENSOR_QUANT8_ASYMM}, softmax}, in getOperationCheckTable()
DHexagonOperationsPrepare.cpp455 bool softmax(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, in softmax() function
893 bool softmax(const std::vector<uint32_t>& ins, const std::vector<uint32_t>& outs, in softmax() function
990 {{OperationType::SOFTMAX, OperandType::TENSOR_QUANT8_ASYMM}, quant8_asym::softmax}, in getOperationPrepareTable()
1014 (void)float32::softmax; in getOperationPrepareTable()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal1289 * Computes the softmax activation on the input tensor element-wise, per
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal1657 * Computes the softmax activation on the input tensor element-wise, per
3477 * Computes the log softmax activations given logits.
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal1693 * Computes the softmax activation on the input tensor element-wise, per
3684 * Computes the log softmax activations given logits.