Searched refs:GetFlattenedIndex (Results 1 – 2 of 2) sorted by relevance
29 uint64_t GetFlattenedIndex(const std::vector<int>& indices, in GetFlattenedIndex() function280 data_[GetFlattenedIndex(orig_idx, dense_shape_)] = src_data[*src_data_ptr]; in Populate()
124 inline int GetFlattenedIndex(int col, int row) in GetFlattenedIndex() function154 int srcIndex = GetFlattenedIndex<colsSrc, rowsSrc, IsSrcColumnMajor>(c, r); in ExpandMatrix()155 int dstIndex = GetFlattenedIndex<colsDst, rowsDst, IsDstColumnMajor>(c, r); in ExpandMatrix()