Home
last modified time | relevance | path

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

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