/external/gemmlowp/public/ |
D | map.h | 84 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()
|
D | output_stages.h | 63 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/ |
D | runtime_matvec.h | 41 using VectorMap = Eigen::Map<Vector>; in MatVec() local 43 auto x = VectorMap(x_buf, cols); in MatVec() 44 auto out = VectorMap(out_buf, rows); in MatVec()
|
/external/gemmlowp/internal/ |
D | simd_wrappers_common_neon_sse.h | 88 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 …]
|
D | unpack.h | 73 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()
|
D | dispatch_gemm_shape.h | 54 struct TransposeImpl<VectorMap<Scalar, Shape>> { 55 typedef VectorMap<Scalar, Shape> SrcType; 58 typedef VectorMap<Scalar, TransposedShape> DstType;
|
D | simd_wrappers.h | 312 VectorMap<SrcScalarType, Shape>> { 314 using SrcObjectType = VectorMap<SrcScalarType, Shape>; 379 VectorMap<ScalarType, Shape>> { 410 VectorMap<SrcScalarType, Shape>> { 412 using SrcObjectType = VectorMap<SrcScalarType, Shape>;
|
/external/neven/ |
D | Android.bp | 100 "Embedded/common/src/b_TensorEm/VectorMap.c",
|
/external/gemmlowp/test/ |
D | test.cc | 109 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/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 102 using VectorMap = typename std::conditional< variable 109 VectorMap<Scalar> MapAsVector(Scalar* data, const RuntimeShape& shape) { in MapAsVector() 111 return VectorMap<Scalar>(data, size, 1); in MapAsVector() 115 VectorMap<Scalar> MapAsVector(Scalar* data, const Dims<N>& dims) { in MapAsVector() 117 return VectorMap<Scalar>(data, size, 1); in MapAsVector() 1122 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col> 1297 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col> in FullyConnected() 3898 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col> in LstmCell()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 108 using VectorMap = typename std::conditional< variable 115 VectorMap<Scalar> MapAsVector(Scalar* data, const RuntimeShape& shape) { in MapAsVector() 117 return VectorMap<Scalar>(data, size, 1); in MapAsVector() 1139 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col> 1289 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col> in FullyConnected() 3782 typedef gemmlowp::VectorMap<const int32, gemmlowp::VectorShape::Col> in LstmCell()
|
D | legacy_optimized_ops.h | 79 VectorMap<Scalar> MapAsVector(Scalar* data, const Dims<N>& dims) { in MapAsVector() 81 return VectorMap<Scalar>(data, size, 1); in MapAsVector()
|