Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dtf_shape.h41 TF_CAPI_EXPORT extern int64_t TF_ShapeDimSize(const TF_Shape* shape, int d);
Dtf_shape.cc33 int64_t TF_ShapeDimSize(const TF_Shape* shape, int d) { in TF_ShapeDimSize() function