Searched refs:executeTyped (Results 1 – 3 of 3) sorted by relevance
58 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function107 return executeTyped<_Float16>(context); in execute()109 return executeTyped<float>(context); in execute()111 return executeTyped<int32_t>(context); in execute()113 return executeTyped<uint8_t>(context); in execute()
57 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function170 executeTyped<_Float16>(context); in execute()172 executeTyped<float>(context); in execute()
78 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function380 executeTyped<_Float16>(context); in execute()382 executeTyped<float>(context); in execute()