Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h2423 StatusOr<RandomDistribution> StringToRandomDistribution(
Dhlo_instruction.cc4201 StatusOr<RandomDistribution> StringToRandomDistribution( in StringToRandomDistribution() function
Dhlo_parser.cc5600 auto status_or_result = StringToRandomDistribution(val); in ParseRandomDistribution()