Home
last modified time | relevance | path

Searched refs:VectorBatchVectorCwiseProductAccumulate (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_common.h383 inline void VectorBatchVectorCwiseProductAccumulate(const T* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function
395 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size,
Dtensor_utils_test.cc1778 VectorBatchVectorCwiseProductAccumulate(vector, kVectorSize, in TEST()
1828 VectorBatchVectorCwiseProductAccumulate(input, kVectorSize, output.data(), in TEST()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dsse_tensor_utils.h228 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function
232 NEON_OR_PORTABLE(VectorBatchVectorCwiseProductAccumulate, vector, v_size, in VectorBatchVectorCwiseProductAccumulate()
Dneon_tensor_utils.h218 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/
Dlstm.cc199 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LstmStepWithAuxInput()
220 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LstmStepWithAuxInput()
270 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in LstmStepWithAuxInput()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h245 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate() function
/external/tensorflow/tensorflow/lite/kernels/
Dlstm_eval.cc188 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/
Dlstm.cc80 tensor_utils::VectorBatchVectorCwiseProductAccumulate( in CalculateLstmGateFloat()