Home
last modified time | relevance | path

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

/external/gemmlowp/public/
Dmap.h94 VectorMap() : data_(nullptr), size_(0) {} in VectorMap() function
95 VectorMap(Scalar* data, int size) : data_(data), size_(size) {} in VectorMap() function
96 VectorMap(const VectorMap& other) : data_(other.data_), size_(other.size_) {} in VectorMap() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matvec.h41 using VectorMap = Eigen::Map<Vector>; in MatVec() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h108 using VectorMap = typename std::conditional< variable
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h102 using VectorMap = typename std::conditional< variable