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
16 lines
512 B
Text
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%%
|