Merge pull request #9724 from luotao1/fix_compile_bug

fix compiler error on `tensor_py.h`
fea/docker_cudnn7
Tao Luo 7 years ago committed by GitHub
commit 65694db818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,6 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License. */
#pragma once
#include <Python.h>
#include <string>
#include <tuple>
#include <vector>

Loading…
Cancel
Save