Searched refs:executeTyped (Results 1 – 7 of 7) sorted by relevance
51 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function87 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()
59 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function91 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()
30 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function58 return executeTyped<_Float16>(context); in execute()60 return executeTyped<float>(context); in execute()62 return executeTyped<int32_t>(context); in execute()
84 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function167 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()
118 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function149 return executeTyped<float>(context); in execute()151 return executeTyped<_Float16>(context); in execute()
53 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function167 executeTyped<_Float16>(context); in execute()169 executeTyped<float>(context); in execute()
92 bool executeTyped(IOperationExecutionContext* context) { in executeTyped() function409 executeTyped<_Float16>(context); in execute()411 executeTyped<float>(context); in execute()