Home
last modified time | relevance | path

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

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