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.h2294 StatusOr<RandomAlgorithm> StringToRandomAlgorithm(const string& name);
Dhlo_instruction.cc4002 StatusOr<RandomAlgorithm> StringToRandomAlgorithm(const string& name) { in StringToRandomAlgorithm() function
Dhlo_parser.cc5321 auto status_or_result = StringToRandomAlgorithm(val); in ParseRandomAlgorithm()