Program Listing for File tf_public.h

Return to documentation for file (source/api_cc/include/tf_public.h)

// SPDX-License-Identifier: LGPL-3.0-or-later
// skip if TF headers have been included
#ifndef TF_MAJOR_VERSION
namespace tensorflow {
class Session;
class Tensor;
class GraphDef;
class Status;
}  // namespace tensorflow
#endif