southrough
southrough
@fo40225 > 1.9.0 & 1.10.0 need some fix to make cmake cpp lib build script work. could you introduce that how to fix the cmake for tf1.9 and 1.10 ?...
@fo40225 > https://github.com/tensorflow/tensorflow/pull/19415/files > > check `create_def_file.py` > it should export the symbol you need so what should i do is to change the file back? to make the py...
@fo40225 i have checked create_def_file.py. in fact, the source file of tf1.10 has been fixed by the way of https://github.com/tensorflow/tensorflow/pull/19415/files when i download it. now the problem i faced is...
@fo40225 ok, i will try to revert the fix in tensorflow/tensorflow#19415, and use cmake to build C++ lib again. thanks for your reply.
@fo40225 thanks to your advices i fix the create_def_file.py, include InternalSwap to symbol i add r"tensorflow::GraphDef::InternalSwap|" in INCLUDEPRE_RE > error LNK2001:无法解析的外部符号 "private: void __cdecl tensorflow::GraphDef::InternalSwap(class tensorflow::GraphDef *)" (?InternalSwap@GraphDef@tensorflow@@AEAAXPEAV12@@z) this issue...