Searched refs:executeTyped (Results 1 – 7 of 7) sorted by relevance
58 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function109 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()
66 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function117 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()
36 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function99 return executeTyped<_Float16>(context); in execute()101 return executeTyped<float>(context); in execute()103 return executeTyped<int32_t>(context); in execute()
90 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function211 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()
124 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function200 return executeTyped<float>(context); in execute()202 return executeTyped<_Float16>(context); in execute()
65 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function202 executeTyped<_Float16>(context); in execute()204 executeTyped<float>(context); in execute()
121 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function468 executeTyped<_Float16>(context); in execute()470 executeTyped<float>(context); in execute()