Home
last modified time | relevance | path

Searched defs:TF_TString_Small (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dctstring_internal.h118 typedef struct TF_TString_Small { // NOLINT struct
120 char str[TF_TString_SmallCapacity + sizeof(/* null delim */ char)]; argument
121 } TF_TString_Small; typedef