Home
last modified time | relevance | path

Searched refs:kRhs (Results 1 – 9 of 9) sorted by relevance

/external/ruy/ruy/
Dtrace.h555 ThreadLocalTrace()->Write("RHS: %s", str(params->src[Side::kRhs])); \
575 str(params->packed_matrix[Side::kRhs])); \
579 params->run_pack[Side::kRhs]);
670 block_map->small_block_dims[Side::kRhs], \
673 block_map->small_block_dims[Side::kRhs] + \
674 block_map->kernel_dims[Side::kRhs]); \
685 block_map->large_blocks[Side::kRhs], \
686 block_map->small_block_dims[Side::kRhs] + \
688 block_map->small_block_dims[Side::kRhs]); \
708 block[Side::kLhs], block[Side::kRhs]); \
[all …]
Dblock_map_test.cc50 block_map.rectangularness_log2[Side::kRhs]), in MakeBlockMapTuningTest()
53 block_map.rectangularness_log2[Side::kRhs]), in MakeBlockMapTuningTest()
146 std::abs(a[Side::kRhs] - b[Side::kRhs]); in L1Distance()
159 for (Side side : {Side::kLhs, Side::kRhs}) { in GetBlockByIndexSquareTest()
186 num_blocks_per_side * block_coords[Side::kRhs]]; in GetBlockByIndexSquareTest()
Dblock_map.cc40 (*local_pos)[Side::kRhs] = square_index >> size_log2; in DecodeTraversalLinear()
55 (*local_pos)[Side::kRhs] = n16 >> 16; in DecodeTraversalFractalZ()
62 (*local_pos)[Side::kLhs] ^= (*local_pos)[Side::kRhs]; in DecodeTraversalFractalU()
87 (*local_pos)[Side::kRhs] = x; in DecodeTraversalFractalHilbert()
122 for (Side side : {Side::kLhs, Side::kRhs}) { in GetBlockByIndex()
451 block_map->dims[Side::kRhs] = cols; in MakeBlockMap()
453 block_map->kernel_dims[Side::kRhs] = kernel_cols; in MakeBlockMap()
456 block_map->rectangularness_log2[Side::kRhs] = cols_rectangularness_log2; in MakeBlockMap()
458 block_map->small_block_dims[Side::kRhs] = small_block_cols; in MakeBlockMap()
460 block_map->large_blocks[Side::kRhs] = cols_of_large_blocks; in MakeBlockMap()
[all …]
Dside_pair.h30 kRhs = 1 enumerator
34 return side == Side::kLhs ? Side::kRhs : Side::kLhs; in OtherSide()
62 static_assert(static_cast<int>(Side::kRhs) == 1, "");
Dtrmul.cc79 for (Side side : {Side::kLhs, Side::kRhs}) { in Run()
203 block[Side::kRhs] + 1}; in EnsurePacked()
208 for (Side side : {Side::kLhs, Side::kRhs}) { in EnsurePacked()
295 params->is_prepacked[Side::kLhs], params->is_prepacked[Side::kRhs]); in TrMul()
298 PEMat& packed_rhs = params->packed_matrix[Side::kRhs]; in TrMul()
300 EMat& rhs = params->src[Side::kRhs]; in TrMul()
324 for (Side side : {Side::kLhs, Side::kRhs}) { in TrMul()
356 for (Side side : {Side::kLhs, Side::kRhs}) { in TrMul()
Dcreate_trmul_params.h136 Side::kRhs, ToKernelLayout<RhsKernelLayout>(), params);
139 params->run_pack[Side::kRhs] =
285 : Side::kRhs;
329 : Side::kRhs;
359 : Side::kRhs;
415 params->src[Side::kRhs] = EraseType(rhs);
Dkernel.h64 const auto& unerased_rhs = UneraseType<RhsScalar>(src[Side::kRhs]);
85 const int start_col = start[Side::kRhs];
87 const int end_col = end[Side::kRhs];
Dblock_map.h157 block_map.rectangularness_log2[Side::kRhs]); in NumBlocks()
Dprepare_packed_matrices.cc71 for (Side side : {Side::kLhs, Side::kRhs}) { in PreparePackedMatrices()