Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h286 inline void MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function
293 void MakeCheckOpValueString(std::ostream* os, const char& v);
295 void MakeCheckOpValueString(std::ostream* os, const signed char& v);
297 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v);
302 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p);
346 MakeCheckOpValueString(comb.ForVar1(), v1); in MakeCheckOpString()
347 MakeCheckOpValueString(comb.ForVar2(), v2); in MakeCheckOpString()
Dlogging.cc310 void MakeCheckOpValueString(std::ostream* os, const char& v) { in MakeCheckOpValueString() function
319 void MakeCheckOpValueString(std::ostream* os, const signed char& v) { in MakeCheckOpValueString() function
328 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v) { in MakeCheckOpValueString() function
338 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p) { in MakeCheckOpValueString() function
/external/libchrome/base/
Dlogging.h691 MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function
704 MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function
715 MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function
720 BASE_EXPORT void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p);
730 MakeCheckOpValueString(&ss, v1); in MakeCheckOpString()
732 MakeCheckOpValueString(&ss, v2); in MakeCheckOpString()
924 EAT_STREAM_PARAMETERS << (::logging::MakeCheckOpValueString( \
926 ::logging::MakeCheckOpValueString( \
Dlogging.cc527 void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p) { in MakeCheckOpValueString() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl59 r"tensorflow::internal::MakeCheckOpValueString|"