Searched refs:LhsType (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | CwiseBinaryOp.h | 76 template<typename BinaryOp, typename LhsType, typename RhsType> 79 BinaryOp, LhsType, RhsType, 80 … typename internal::cwise_promote_storage_type<typename internal::traits<LhsType>::StorageKind, 88 typedef typename internal::remove_all<LhsType>::type Lhs; 92 BinaryOp, LhsType, RhsType, 93 … typename internal::cwise_promote_storage_type<typename internal::traits<LhsType>::StorageKind, 98 typedef typename internal::ref_selector<LhsType>::type LhsNested;
|
/external/gemmlowp/internal/ |
D | simd_wrappers.h | 93 template <typename LhsType, typename RhsType> 96 (LhsType::kScalarCount < RhsType::kScalarCount) || 97 (LhsType::kScalarCount == RhsType::kScalarCount && 98 (LhsType::kRows < RhsType::kRows)); 101 template <typename LhsType, typename RhsType, 102 bool Flip = ShouldFlipLhsRhs<LhsType, RhsType>::kValue> 104 using FlippedLhsType = LhsType; 106 static const FlippedLhsType& FlippedLhs(const LhsType& lhs, in FlippedLhs() 110 static const FlippedRhsType& FlippedRhs(const LhsType& lhs, in FlippedRhs() 116 template <typename LhsType, typename RhsType> [all …]
|
/external/gemmlowp/test/ |
D | benchmark.cc | 61 template <typename LhsType, typename RhsType, typename ResultType> 78 std::vector<LhsType> lhs(pool_size * gemms.size()); in time_for_gemms() 129 template <typename LhsType, typename RhsType, typename ResultType> 133 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms); in gflops_for_gemms() 162 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark() typedef 180 gflops_for_gemms<LhsType, RhsType, ResultType>(context, unique_gemm); in benchmark() 206 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_gemm_sizes() typedef 221 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms)); in benchmark_gemm_sizes()
|
D | benchmark_all_sizes.cc | 111 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_8bit() typedef 115 LhsType lhs; in benchmark_8bit() 163 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_8bit_to_32bit() typedef 167 LhsType lhs; in benchmark_8bit_to_32bit()
|
D | test.cc | 399 template <typename GemmWrapper, typename LhsType, typename RhsType, 401 void test_gemm_impl(typename GemmWrapper::Context* context, const LhsType& lhs, in test_gemm_impl() 422 static const MapOrder kLhsOrder = LhsType::kOrder; in test_gemm_impl() 492 template <typename GemmWrapper, typename LhsType, typename RhsType, 494 void test_gemm(typename GemmWrapper::Context* context, const LhsType& lhs, in test_gemm() 511 typedef Matrix<Scalar, LhsOrder> LhsType; in test_gemm() typedef 513 LhsType lhs(rows, depth); in test_gemm()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 2967 template <typename LhsType, typename RhsType, typename EhsType> 2970 const std::function<ReturnT(LhsType, RhsType, EhsType)>& ternary_op) { in ElementwiseTernaryOp() argument 2987 return ternary_op(lhs_literal.Get<LhsType>(multi_index), in ElementwiseTernaryOp()
|