Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/strings/
Dnumbers.h126 inline bool ProtoParseNumeric(StringPiece s, int32* value) { in ProtoParseNumeric() function
130 inline bool ProtoParseNumeric(StringPiece s, uint32* value) { in ProtoParseNumeric() function
134 inline bool ProtoParseNumeric(StringPiece s, int64* value) { in ProtoParseNumeric() function
138 inline bool ProtoParseNumeric(StringPiece s, uint64* value) { in ProtoParseNumeric() function
142 inline bool ProtoParseNumeric(StringPiece s, float* value) { in ProtoParseNumeric() function
146 inline bool ProtoParseNumeric(StringPiece s, double* value) { in ProtoParseNumeric() function