Home
last modified time | relevance | path

Searched refs:VectorMap (Results 1 – 10 of 10) sorted by relevance

/external/gemmlowp/public/
Dmap.h84 class VectorMap {
94 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
103 VectorMap block(int start, int len) const { in block()
107 return VectorMap(data(start), len); in block()
Doutput_stages.h63 VectorMap<const std::int32_t, tShape> result_offset;
64 VectorMap<const std::int32_t, tShape> result_mult_int;
198 const VectorMap<const std::int32_t, tShape>& result_offset, in MakeStandardOutputPipeline()
199 const VectorMap<const std::int32_t, tShape>& result_mult_int, in MakeStandardOutputPipeline()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matvec.cc38 using VectorMap = Eigen::Map<Vector>; in MatVec() typedef
40 auto x = VectorMap(x_buf, cols); in MatVec()
41 auto out = VectorMap(out_buf, rows); in MatVec()
/external/gemmlowp/internal/
Dsimd_wrappers_common_neon_sse.h88 VectorMap<SrcScalarType, VectorShape::Col>> {
90 const VectorMap<SrcScalarType, VectorShape::Col>& src, int pos) {
110 VectorMap<SrcScalarType, VectorShape::Col>> {
111 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Col>;
127 VectorMap<SrcScalarType, VectorShape::Col>> {
128 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Col>;
145 VectorMap<SrcScalarType, VectorShape::Row>> {
146 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Row>;
161 VectorMap<SrcScalarType, VectorShape::Row>> {
162 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Row>;
[all …]
Dunpack.h73 const VectorMap<const std::int32_t, VectorShape::Col>& in PrefetchResultBlock()
94 const VectorMap<const std::int32_t, VectorShape::Col>& in UnpackResultBlock()
96 const VectorMap<const std::int32_t, VectorShape::Row>& in UnpackResultBlock()
144 const VectorMap<const std::int32_t, VectorShape::Col> lhs_sums_of_each_slice( in UnpackResult()
146 const VectorMap<const std::int32_t, VectorShape::Row> rhs_sums_of_each_slice( in UnpackResult()
Ddispatch_gemm_shape.h54 struct TransposeImpl<VectorMap<Scalar, Shape>> {
55 typedef VectorMap<Scalar, Shape> SrcType;
58 typedef VectorMap<Scalar, TransposedShape> DstType;
Dsimd_wrappers.h312 VectorMap<SrcScalarType, Shape>> {
314 using SrcObjectType = VectorMap<SrcScalarType, Shape>;
379 VectorMap<ScalarType, Shape>> {
410 VectorMap<SrcScalarType, Shape>> {
412 using SrcObjectType = VectorMap<SrcScalarType, Shape>;
/external/gemmlowp/test/
Dtest.cc109 typedef VectorMap<const std::int32_t, VectorShape::Col> OffsetColMap;
110 typedef VectorMap<const std::int32_t, VectorShape::Row> OffsetRowMap;
1287 typedef VectorMap<std::int32_t, VectorShape::Row> RowVectorMap; in TestOutputStages()
1308 typedef VectorMap<std::int32_t, VectorShape::Col> ColVectorMap; in TestOutputStages()
/external/neven/
DAndroid.bp100 "Embedded/common/src/b_TensorEm/VectorMap.c",
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h47 using VectorMap = typename std::conditional< variable
54 VectorMap<Scalar> MapAsVector(Scalar* data, const Dims<N>& dims) { in MapAsVector()
56 return VectorMap<Scalar>(data, size, 1); in MapAsVector()
532 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col>
2448 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col> in LstmCell()