tensorflow-sys 0.24.0

The package provides bindings to TensorFlow.
Documentation
1
2
3
4
5
use crate::{
    TF_AttrType, TF_Buffer, TF_DataType, TF_DeviceList, TF_Function, TF_Status, TF_Tensor,
};

include!("c_api.rs");