update NoGPU.cpp
This commit is contained in:
Родитель
19ffa068bd
Коммит
afbe91e39a
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче