freebsd-ports/science/libtensorflow1/pkg-plist
Paul Armstrong 67d31a51c6 science/libtensorflow1: Add new port
C API for TensorFlow, an open source platform for machine learning

TensorFlow is an end-to-end open source platform for machine learning.
It has a comprehensive, flexible ecosystem of tools, libraries, and
community resources that lets researchers push the state-of-the-art in
ML and developers easily build and deploy ML-powered applications.
The TensorFlow C API is typically a requirement of TensorFlow APIs in
other languages such as Go and Rust.

This is version 1 of the API, which is deprecated but still widely used.

PR:		ports/260694
Improved by:	delphij
2022-06-10 20:04:30 +01:00

16 lines
512 B
Text

@dir include/tensorflow
@dir include/tensorflow/c
@dir include/tensorflow/c/eager
include/tensorflow/c/c_api_experimental.h
include/tensorflow/c/c_api.h
include/tensorflow/c/eager/c_api.h
include/tensorflow/c/tf_attrtype.h
include/tensorflow/c/tf_datatype.h
include/tensorflow/c/tf_status.h
include/tensorflow/c/tf_tensor.h
lib/libtensorflow.so
lib/libtensorflow.so.1
lib/libtensorflow.so.%%SOVERSION%%
lib/libtensorflow_framework.so
lib/libtensorflow_framework.so.1
lib/libtensorflow_framework.so.%%SOVERSION%%