Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dbenchmark.cc162 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark() typedef
206 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_gemm_sizes() typedef
Dbenchmark_all_sizes.cc111 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_8bit() typedef
163 typedef Matrix<std::uint8_t, MapOrder::RowMajor> LhsType; in benchmark_8bit_to_32bit() typedef
Dtest.cc511 typedef Matrix<Scalar, LhsOrder> LhsType; in test_gemm() typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h2970 const std::function<ReturnT(LhsType, RhsType, EhsType)>& ternary_op) { in ElementwiseTernaryOp()