This commit is contained in:
Bowen Bao 2018-07-06 11:08:36 -07:00
Родитель 19ffa068bd
Коммит afbe91e39a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1057,7 +1057,7 @@ GPUMatrix<ElemType>& GPUMatrix<ElemType>::GatherFromTarget(const GPUMatrix<ElemT
}
template <class ElemType>
GPUMatrix<ElemType>& GPUMatrix<ElemType>::ScatterToIndices(const GPUMatrix<ElemType>& values, const GPUMatrix<ElemType>& indices, size_t row_elements)
GPUMatrix<ElemType>& GPUMatrix<ElemType>::ScatterToIndices(const GPUMatrix<ElemType>& values, const GPUMatrix<ElemType>& indices, size_t row_elements, const GPUMatrix<char>* mask/* = nullptr*/)
{
return *this;
}