Searched refs:VectorBatchVectorCwiseProductAccumulate (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_common.h | 383 inline void VectorBatchVectorCwiseProductAccumulate(const T* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function 395 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size,
|
D | tensor_utils_test.cc | 1778 VectorBatchVectorCwiseProductAccumulate(vector, kVectorSize, in TEST() 1828 VectorBatchVectorCwiseProductAccumulate(input, kVectorSize, output.data(), in TEST()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | sse_tensor_utils.h | 228 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function 232 NEON_OR_PORTABLE(VectorBatchVectorCwiseProductAccumulate, vector, v_size, in VectorBatchVectorCwiseProductAccumulate()
|
D | neon_tensor_utils.h | 218 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function 222 NEON_OR_PORTABLE(VectorBatchVectorCwiseProductAccumulate, vector, v_size, in VectorBatchVectorCwiseProductAccumulate()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/custom_logging_ops/ |
D | lstm.cc | 199 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LstmStepWithAuxInput() 220 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LstmStepWithAuxInput() 270 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LstmStepWithAuxInput()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | portable_tensor_utils.h | 245 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm_eval.cc | 188 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in CalculateLstmGateFloat() 399 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in CalculateLstmGateHybrid() 534 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in CalculateLstmGateInteger8x8_16()
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/builtin_logging_ops/ |
D | lstm.cc | 80 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in CalculateLstmGateFloat()
|