Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DSelect.cpp51 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
87 return executeTyped<_Float16>(context); in execute()
89 return executeTyped<float>(context); in execute()
91 return executeTyped<int32_t>(context); in execute()
93 return executeTyped<uint8_t>(context); in execute()
95 return executeTyped<int8_t>(context); in execute()
DTopK_V2.cpp59 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
91 return executeTyped<_Float16>(context); in execute()
94 return executeTyped<float>(context); in execute()
97 return executeTyped<int32_t>(context); in execute()
100 return executeTyped<uint8_t>(context); in execute()
103 return executeTyped<int8_t>(context); in execute()
DFill.cpp30 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
58 return executeTyped<_Float16>(context); in execute()
60 return executeTyped<float>(context); in execute()
62 return executeTyped<int32_t>(context); in execute()
DStridedSlice.cpp84 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
167 return executeTyped<_Float16>(context); in execute()
169 return executeTyped<float>(context); in execute()
171 return executeTyped<uint8_t>(context); in execute()
173 return executeTyped<int8_t>(context); in execute()
DLocalResponseNormalization.cpp118 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
149 return executeTyped<float>(context); in execute()
151 return executeTyped<_Float16>(context); in execute()
DUnidirectionalSequenceRNN.cpp53 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
167 executeTyped<_Float16>(context); in execute()
169 executeTyped<float>(context); in execute()
DBidirectionalSequenceRNN.cpp92 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function
409 executeTyped<_Float16>(context); in execute()
411 executeTyped<float>(context); in execute()