Welcome to mirror list, hosted at ThFree Co, Russian Federation.

THSize.h « TH « lib - github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e582977d4dda8bdf75f03aa00202a8a79c859d83 (plain)
1
2
3
4
5
6
7
8
#ifndef TH_SIZE_INC
#define TH_SIZE_INC

#include "THGeneral.h"

TH_API int THSize_isSameSizeAs(const long *sizeA, long dimsA, const long *sizeB, long dimsB);

#endif