Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSelect.cpp58 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
109 return executeTyped<_Float16>(context); in execute()
111 return executeTyped<float>(context); in execute()
113 return executeTyped<int32_t>(context); in execute()
115 return executeTyped<uint8_t>(context); in execute()
117 return executeTyped<int8_t>(context); in execute()
H A DTopK_V2.cpp66 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
117 return executeTyped<_Float16>(context); in execute()
120 return executeTyped<float>(context); in execute()
123 return executeTyped<int32_t>(context); in execute()
126 return executeTyped<uint8_t>(context); in execute()
129 return executeTyped<int8_t>(context); in execute()
H A DFill.cpp36 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
99 return executeTyped<_Float16>(context); in execute()
101 return executeTyped<float>(context); in execute()
103 return executeTyped<int32_t>(context); in execute()
H A DStridedSlice.cpp90 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
211 return executeTyped<_Float16>(context); in execute()
213 return executeTyped<float>(context); in execute()
215 return executeTyped<uint8_t>(context); in execute()
217 return executeTyped<int8_t>(context); in execute()
H A DLocalResponseNormalization.cpp124 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
200 return executeTyped<float>(context); in execute()
202 return executeTyped<_Float16>(context); in execute()
H A DUnidirectionalSequenceRNN.cpp65 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
202 executeTyped<_Float16>(context); in execute()
204 executeTyped<float>(context); in execute()
H A DBidirectionalSequenceRNN.cpp121 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
468 executeTyped<_Float16>(context); in execute()
470 executeTyped<float>(context); in execute()