Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSelect.cpp58 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
107 return executeTyped<_Float16>(context); in execute()
109 return executeTyped<float>(context); in execute()
111 return executeTyped<int32_t>(context); in execute()
113 return executeTyped<uint8_t>(context); in execute()
DUnidirectionalSequenceRNN.cpp57 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
170 executeTyped<_Float16>(context); in execute()
172 executeTyped<float>(context); in execute()
DBidirectionalSequenceRNN.cpp78 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
380 executeTyped<_Float16>(context); in execute()
382 executeTyped<float>(context); in execute()