Home
last modified time | relevance | path

Searched defs:batch_vector (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h74 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()
Dneon_tensor_utils.cc676 const float* batch_vector, int n_batch, in NeonVectorBatchVectorCwiseProduct()
706 const float* batch_vector, in NeonVectorBatchVectorCwiseProductAccumulate()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h207 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()
Dportable_tensor_utils.cc222 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()