Skip to content

Packaged TensorFlow C++ library for bazel-independent use #2412

Closed
@vladfi1

Description

@vladfi1
Contributor

Currently, building a C++ application in tensorflow requires creating a project in the tensorflow source tree and compiling with bazel. In my case I would like to use tensorflow in a (fairly large) existing application with an existing build system that would be difficult to port to bazel. The solution to me seems to be exposing tensorflow as a library that can be linked with.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @alextp@asimshankar@vade@memoakten@mrry

        Issue actions

          Packaged TensorFlow C++ library for bazel-independent use · Issue #2412 · tensorflow/tensorflow