OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VectorShiftLeft
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
neon_tensor_utils.h
100
void
VectorShiftLeft
(float* vector, int v_size, float shift_value) {
101
NEON_OR_PORTABLE(
VectorShiftLeft
, vector, v_size, shift_value);
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
portable_tensor_utils.h
176
void
VectorShiftLeft
(float* vector, int v_size, float shift_value) {
Completed in 184 milliseconds