Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dlogging.h283 inline void MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function
290 void MakeCheckOpValueString(std::ostream* os, const char& v);
292 void MakeCheckOpValueString(std::ostream* os, const signed char& v);
294 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v);
299 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& v);
343 MakeCheckOpValueString(comb.ForVar1(), v1); in MakeCheckOpString()
344 MakeCheckOpValueString(comb.ForVar2(), v2); in MakeCheckOpString()
Dlogging.cc378 void MakeCheckOpValueString(std::ostream* os, const char& v) { in MakeCheckOpValueString() function
387 void MakeCheckOpValueString(std::ostream* os, const signed char& v) { in MakeCheckOpValueString() function
396 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v) { in MakeCheckOpValueString() function
406 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& v) { 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|"