Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/header/
Dheader_read_write_utils_test.cpp30 DictionaryHeaderStructurePolicy::AttributeMap::key_type vector; in TEST() local
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessUtils.java114 static Point3D convertToPoint3D(@Nullable double[] vector) { in convertToPoint3D()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dint_array_view.h58 explicit IntArrayView(const std::vector<int> &vector) in IntArrayView()
/packages/modules/NeuralNetworks/common/
DQuantUtils.h194 inline void Sub1Vector(const int16_t* vector, int v_size, int16_t* result) { in Sub1Vector()
DQuantUtils.cpp178 void VectorBatchVectorCwiseProductAccumulate(const int16_t* vector, int v_size, in VectorBatchVectorCwiseProductAccumulate()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp242 std::vector<int> *const vector) { in insertCharactersIntoVector()