From 3ddfa04dbcfadce2a5c6fbe683dfc542952f06da Mon Sep 17 00:00:00 2001 From: liuruilong Date: Thu, 24 May 2018 11:51:33 +0800 Subject: [PATCH] rename implementation file cc to cpp --- src/framework/{ddim.cc => ddim.cpp} | 0 src/framework/{lod_tensor.cc => lod_tensor.cpp} | 0 src/framework/{scope.cc => scope.cpp} | 0 src/framework/{tensor_util.cc => tensor_util.cpp} | 0 src/memory/{t_malloc.cc => t_malloc.cpp} | 0 src/operators/math/{im2col.cc => im2col.cpp} | 0 src/operators/math/{math_function.cc => math_function.cpp} | 0 src/operators/math/{vol2col.cc => vol2col.cpp} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/framework/{ddim.cc => ddim.cpp} (100%) rename src/framework/{lod_tensor.cc => lod_tensor.cpp} (100%) rename src/framework/{scope.cc => scope.cpp} (100%) rename src/framework/{tensor_util.cc => tensor_util.cpp} (100%) rename src/memory/{t_malloc.cc => t_malloc.cpp} (100%) rename src/operators/math/{im2col.cc => im2col.cpp} (100%) rename src/operators/math/{math_function.cc => math_function.cpp} (100%) rename src/operators/math/{vol2col.cc => vol2col.cpp} (100%) diff --git a/src/framework/ddim.cc b/src/framework/ddim.cpp similarity index 100% rename from src/framework/ddim.cc rename to src/framework/ddim.cpp diff --git a/src/framework/lod_tensor.cc b/src/framework/lod_tensor.cpp similarity index 100% rename from src/framework/lod_tensor.cc rename to src/framework/lod_tensor.cpp diff --git a/src/framework/scope.cc b/src/framework/scope.cpp similarity index 100% rename from src/framework/scope.cc rename to src/framework/scope.cpp diff --git a/src/framework/tensor_util.cc b/src/framework/tensor_util.cpp similarity index 100% rename from src/framework/tensor_util.cc rename to src/framework/tensor_util.cpp diff --git a/src/memory/t_malloc.cc b/src/memory/t_malloc.cpp similarity index 100% rename from src/memory/t_malloc.cc rename to src/memory/t_malloc.cpp diff --git a/src/operators/math/im2col.cc b/src/operators/math/im2col.cpp similarity index 100% rename from src/operators/math/im2col.cc rename to src/operators/math/im2col.cpp diff --git a/src/operators/math/math_function.cc b/src/operators/math/math_function.cpp similarity index 100% rename from src/operators/math/math_function.cc rename to src/operators/math/math_function.cpp diff --git a/src/operators/math/vol2col.cc b/src/operators/math/vol2col.cpp similarity index 100% rename from src/operators/math/vol2col.cc rename to src/operators/math/vol2col.cpp -- GitLab