Tensorflow segmentation fault while creating a graph in C++?

前端 未结 0 507
生来不讨喜
生来不讨喜 2021-02-19 17:35

I am trying to create a graph in tensorflow C++ using the below code:

 tensorflow::SessionOptions options;
 TF_CHECK_OK(tensorflow::NewSession(options, &sessi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题