Home
last modified time | relevance | path

Searched refs:ComputationTypeString (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dblas.cc75 std::string ComputationTypeString(ComputationType ty) { in ComputationTypeString() function
95 return os << ComputationTypeString(ty); in operator <<()
Dblas.h118 std::string ComputationTypeString(ComputationType ty);
Dstream.h1528 blas::ComputationTypeString(computation_type), " for output type: ", in CheckTypesForExtendedBlas()
Dstream.cc86 return blas::ComputationTypeString(ty); in ToVlogString()