Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h2165 string RandomAlgorithmToString(const RandomAlgorithm& algorithm);
Dhlo_instruction.cc3696 string RandomAlgorithmToString(const RandomAlgorithm& algorithm) { in RandomAlgorithmToString() function
3749 (*map)[RandomAlgorithmToString(value)] = value; in StringToRandomAlgorithm()
Dhlo_instructions.cc3204 return {StrCat("algorithm=", RandomAlgorithmToString(algorithm_))}; in ExtraAttributesToStringImpl()