Searched defs:batch_vector (Results 1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | neon_tensor_utils.h | 74 const float* batch_vector, int n_batch, in VectorBatchVectorCwiseProduct() 81 const float* batch_vector, in VectorBatchVectorCwiseProductAccumulate() 101 float* batch_vector) { in VectorBatchVectorAdd() 106 float* batch_vector) { in VectorBatchVectorAssign()
|
| D | neon_tensor_utils.cc | 676 const float* batch_vector, int n_batch, in NeonVectorBatchVectorCwiseProduct() 706 const float* batch_vector, in NeonVectorBatchVectorCwiseProductAccumulate()
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | portable_tensor_utils.h | 207 const float* batch_vector, int n_batch, in VectorBatchVectorCwiseProduct() 214 const float* batch_vector, in VectorBatchVectorCwiseProductAccumulate() 234 float* batch_vector) { in VectorBatchVectorAdd() 239 float* batch_vector) { in VectorBatchVectorAssign()
|
| D | portable_tensor_utils.cc | 222 const float* batch_vector, in PortableVectorBatchVectorCwiseProduct() 233 const float* batch_vector, in PortableVectorBatchVectorCwiseProductAccumulate() 244 float* batch_vector) { in PortableVectorBatchVectorAdd() 254 int n_batch, float* batch_vector) { in PortableVectorBatchVectorAssign()
|