Searched refs:kRhs (Results 1 – 9 of 9) sorted by relevance
/external/ruy/ruy/ |
D | trace.h | 555 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 …]
|
D | block_map_test.cc | 50 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()
|
D | block_map.cc | 40 (*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 …]
|
D | side_pair.h | 30 kRhs = 1 enumerator 34 return side == Side::kLhs ? Side::kRhs : Side::kLhs; in OtherSide() 62 static_assert(static_cast<int>(Side::kRhs) == 1, "");
|
D | trmul.cc | 79 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()
|
D | create_trmul_params.h | 136 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);
|
D | kernel.h | 64 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];
|
D | block_map.h | 157 block_map.rectangularness_log2[Side::kRhs]); in NumBlocks()
|
D | prepare_packed_matrices.cc | 71 for (Side side : {Side::kLhs, Side::kRhs}) { in PreparePackedMatrices()
|