Searched defs:batch_vector (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | portable_tensor_utils.h | 52 T* batch_vector) { in VectorBatchVectorAdd() 73 const T* batch_vector, int n_batch, in VectorBatchVectorCwiseProduct() 100 const T* batch_vector, in VectorBatchVectorCwiseProductAccumulate() 113 T* batch_vector) { in VectorBatchVectorAssign()
|
H A D | tensor_utils_test.cc | 1747 const std::vector<int16_t> batch_vector = { in TEST() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | QuantUtils.cpp | 179 const int16_t* batch_vector, int n_batch, in VectorBatchVectorCwiseProductAccumulate()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | neon_tensor_utils.h | 234 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
|
H A D | sse_tensor_utils.h | 249 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
|
H A D | neon_tensor_utils.cc | 2617 const int16_t* vector, int v_size, const int16_t* batch_vector, int n_batch, in NeonVectorBatchVectorCwiseProductAccumulate()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | portable_tensor_utils.h | 261 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
|
H A D | portable_tensor_utils.cc | 719 const int16_t* vector, int v_size, const int16_t* batch_vector, int n_batch, in PortableVectorBatchVectorCwiseProductAccumulate()
|