Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_cache.cc62 return InvalidArgumentStrCat("can not find executable with handle ", key); in LookUp()
Dservice.cc860 return InvalidArgumentStrCat( in Execute()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h304 Status InvalidArgumentStrCat(Args&&... concat) { in InvalidArgumentStrCat() function