Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h539 static std::unique_ptr<HloInstruction> CreateRngBitGenerator(
Dhlo_instruction.cc374 CreateRngBitGenerator(shape, operands(0), proto.rng_algorithm()); in CreateFromProto()
863 HloInstruction::CreateRngBitGenerator(const Shape& shape, HloInstruction* state, in CreateRngBitGenerator() function in xla::HloInstruction
Dhlo_parser.cc2153 builder->AddInstruction(HloInstruction::CreateRngBitGenerator( in ParseInstructionRhs()