Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h2422 StatusOr<RandomAlgorithm> StringToRandomAlgorithm(const std::string& name);
Dhlo_instruction.cc4183 StatusOr<RandomAlgorithm> StringToRandomAlgorithm(const std::string& name) { in StringToRandomAlgorithm() function
Dhlo_parser.cc5617 auto status_or_result = StringToRandomAlgorithm(val); in ParseRandomAlgorithm()