Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/
Dportable_tensor_utils.h52 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()
Dtensor_utils_test.cc1747 const std::vector<int16_t> batch_vector = { in TEST() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.h234 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
Dsse_tensor_utils.h249 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
Dneon_tensor_utils.cc2617 const int16_t* vector, int v_size, const int16_t* batch_vector, int n_batch, in NeonVectorBatchVectorCwiseProductAccumulate()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dportable_tensor_utils.h261 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
Dportable_tensor_utils.cc719 const int16_t* vector, int v_size, const int16_t* batch_vector, int n_batch, in PortableVectorBatchVectorCwiseProductAccumulate()