Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DSelect.cpp61 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
112 return executeTyped<_Float16>(context); in execute()
114 return executeTyped<float>(context); in execute()
116 return executeTyped<int32_t>(context); in execute()
118 return executeTyped<uint8_t>(context); in execute()
120 return executeTyped<int8_t>(context); in execute()
DTopK_V2.cpp69 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
120 return executeTyped<_Float16>(context); in execute()
123 return executeTyped<float>(context); in execute()
126 return executeTyped<int32_t>(context); in execute()
129 return executeTyped<uint8_t>(context); in execute()
132 return executeTyped<int8_t>(context); in execute()
DFill.cpp39 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
102 return executeTyped<_Float16>(context); in execute()
104 return executeTyped<float>(context); in execute()
106 return executeTyped<int32_t>(context); in execute()
DStridedSlice.cpp89 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
208 return executeTyped<_Float16>(context); in execute()
210 return executeTyped<float>(context); in execute()
212 return executeTyped<uint8_t>(context); in execute()
214 return executeTyped<int8_t>(context); in execute()
DLocalResponseNormalization.cpp122 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
192 return executeTyped<float>(context); in execute()
194 return executeTyped<_Float16>(context); in execute()
DUnidirectionalSequenceRNN.cpp66 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
202 executeTyped<_Float16>(context); in execute()
204 executeTyped<float>(context); in execute()
DBidirectionalSequenceRNN.cpp123 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
469 executeTyped<_Float16>(context); in execute()
471 executeTyped<float>(context); in execute()