Searched defs:batch_vector (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_common.h | 369 const T* batch_vector, int n_batch, in VectorBatchVectorCwiseProduct() 384 const T* batch_vector, in VectorBatchVectorCwiseProductAccumulate() 403 T* batch_vector) { in VectorBatchVectorAdd() 415 T* batch_vector) { in VectorBatchVectorAssign()
|
D | tensor_utils_test.cc | 1751 const std::vector<int16_t> batch_vector = { in TEST() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | portable_tensor_utils.h | 246 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
|
D | portable_tensor_utils.cc | 684 const int16_t* vector, int v_size, const int16_t* batch_vector, int n_batch, in PortableVectorBatchVectorCwiseProductAccumulate()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | sse_tensor_utils.h | 229 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
|
D | neon_tensor_utils.h | 219 const int16_t* batch_vector, in VectorBatchVectorCwiseProductAccumulate()
|
D | neon_tensor_utils.cc | 2518 const int16_t* vector, int v_size, const int16_t* batch_vector, int n_batch, in NeonVectorBatchVectorCwiseProductAccumulate()
|