コード例 #1
0
ファイル: SeqBuffer.hpp プロジェクト: tpajenka/RNNLIB
	template<class T2> void reshape(const SeqBuffer<T2>& buff, const T& fillVal)
	{
		reshape(buff.seq_shape(), fillVal);
	}
コード例 #2
0
ファイル: SeqBuffer.hpp プロジェクト: tpajenka/RNNLIB
	template<class T2> void reshape(const SeqBuffer<T2>& buff)
	{
		reshape(buff.seq_shape());
	}