Home
last modified time | relevance | path

Searched refs:TF_DeleteShape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/
Dtf_shape.h44 TF_CAPI_EXPORT extern void TF_DeleteShape(TF_Shape* shape);
Dtf_shape.cc37 void TF_DeleteShape(TF_Shape* shape) { delete tensorflow::unwrap(shape); } in TF_DeleteShape() function