Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h2413 std::string RandomAlgorithmToString(const RandomAlgorithm& algorithm);
H A Dhlo_instruction.cc4088 std::string RandomAlgorithmToString(const RandomAlgorithm& algorithm) { in RandomAlgorithmToString() function
4189 (*map)[RandomAlgorithmToString(value)] = value; in StringToRandomAlgorithm()
H A Dhlo_instructions.cc3511 return {StrCat("algorithm=", RandomAlgorithmToString(algorithm_))}; in ExtraAttributesToStringImpl()