del_some_in_makelist
sweetsky0901 7 years ago
parent 15b1e8e858
commit c65d2fc356

@ -22,8 +22,9 @@ limitations under the License. */
namespace paddle {
namespace operators {
template <typename Place, typename T>
void transpose_fun(const platform::DeviceContext& context,
const framework::Tensor& src, framework::Tensor* dst) {
inline void transpose_fun(const platform::DeviceContext& context,
const framework::Tensor& src,
framework::Tensor* dst) {
int input_nums = src.dims()[0];
int offset = 0;
for (int j = 0; j < input_nums; ++j) {

Loading…
Cancel
Save