Searched refs:executeTyped (Results 1 – 7 of 7) sorted by relevance
61 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function112 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()
69 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function120 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()
39 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function102 return executeTyped<_Float16>(context); in execute()104 return executeTyped<float>(context); in execute()106 return executeTyped<int32_t>(context); in execute()
89 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function208 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()
122 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function192 return executeTyped<float>(context); in execute()194 return executeTyped<_Float16>(context); in execute()
66 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function202 executeTyped<_Float16>(context); in execute()204 executeTyped<float>(context); in execute()
123 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function469 executeTyped<_Float16>(context); in execute()471 executeTyped<float>(context); in execute()