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