Home
last modified time | relevance | path

Searched defs:softmaxOperatorCode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DSoftmaxTestHelper.hpp24 std::vector<char> CreateSoftmaxTfLiteModel(tflite::BuiltinOperator softmaxOperatorCode, in CreateSoftmaxTfLiteModel()
105 void SoftmaxTest(tflite::BuiltinOperator softmaxOperatorCode, in SoftmaxTest()
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DSoftmax.hpp61 int32_t softmaxOperatorCode) in VisitSoftmaxOperator()