Searched refs:BatchVectorBatchVectorDotProduct (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | svdf.h | 47 tensor_utils::BatchVectorBatchVectorDotProduct( in ApplyTimeWeightsBiasAndActivation() 123 tensor_utils::BatchVectorBatchVectorDotProduct( in EvalIntegerSVDF()
|
D | portable_tensor_utils.h | 258 void BatchVectorBatchVectorDotProduct(const int16_t* vector1, in BatchVectorBatchVectorDotProduct() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_common.h | 351 inline void BatchVectorBatchVectorDotProduct(const T* vector1, const T* vector2, in BatchVectorBatchVectorDotProduct() function 362 void BatchVectorBatchVectorDotProduct(const int16_t* vector1,
|
D | tensor_utils_test.cc | 1925 BatchVectorBatchVectorDotProduct(input1, input2, kVectorSize, kBatch, in TEST() 1938 BatchVectorBatchVectorDotProduct(input1, input2, kVectorSize, kBatch, in TEST()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | sse_tensor_utils.h | 221 void BatchVectorBatchVectorDotProduct(const int16_t* vector1, in BatchVectorBatchVectorDotProduct() function
|
D | neon_tensor_utils.h | 211 void BatchVectorBatchVectorDotProduct(const int16_t* vector1, in BatchVectorBatchVectorDotProduct() function
|