Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h571 static std::unique_ptr<HloInstruction> CreateRngBitGenerator(
H A Dhlo_instruction.cc431 CreateRngBitGenerator(shape, operands(0), proto.rng_algorithm()); in CreateFromProto()
1047 HloInstruction::CreateRngBitGenerator(const Shape& shape, HloInstruction* state, in CreateRngBitGenerator() function in xla::HloInstruction
H A Dhlo_parser.cc2503 return builder->AddInstruction(HloInstruction::CreateRngBitGenerator( in CreateInstruction()