Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dctstring_internal.h66 #define TF_le32toh(x) TF_swap32(x) macro
68 #define TF_le32toh(x) x macro
190 return TF_le32toh(str->u.offset.size) >> 2; in TF_TString_GetSize()