Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dblas.cc75 std::string ComputationTypeString(ComputationType ty) { in ComputationTypeString() function
95 return os << ComputationTypeString(ty); in operator <<()
Dstream.h2189 blas::ComputationTypeString(computation_type), in CheckTypesForExtendedBlas()
2191 blas::ComputationTypeString(expected_computation_type))); in CheckTypesForExtendedBlas()
Dblas.h122 std::string ComputationTypeString(ComputationType ty);
Dstream.cc84 return blas::ComputationTypeString(ty); in ToVlogString()