Home
last modified time | relevance | path

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

/external/armnn/delegate/src/
DSoftmax.hpp59 int32_t softmaxOperatorCode) in VisitSoftmaxOperator() argument
90 switch(softmaxOperatorCode) in VisitSoftmaxOperator()
119 switch(softmaxOperatorCode) in VisitSoftmaxOperator()
/external/armnn/delegate/src/test/
DSoftmaxTestHelper.hpp22 std::vector<char> CreateSoftmaxTfLiteModel(tflite::BuiltinOperator softmaxOperatorCode, in CreateSoftmaxTfLiteModel() argument
52 switch (softmaxOperatorCode) in CreateSoftmaxTfLiteModel()
101 void SoftmaxTest(tflite::BuiltinOperator softmaxOperatorCode, in SoftmaxTest() argument
110 std::vector<char> modelBuffer = CreateSoftmaxTfLiteModel(softmaxOperatorCode, in SoftmaxTest()