Home
last modified time | relevance | path

Searched refs:CreateRngGetAndUpdateState (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Drng_expander.cc159 computation->AddInstruction(HloInstruction::CreateRngGetAndUpdateState( in ExpandInstruction()
Dhlo_instruction.h545 static std::unique_ptr<HloInstruction> CreateRngGetAndUpdateState(
Dhlo_instruction.cc377 instruction = CreateRngGetAndUpdateState(shape, proto.delta()); in CreateFromProto()
858 HloInstruction::CreateRngGetAndUpdateState(const Shape& shape, int64 delta) { in CreateRngGetAndUpdateState() function in xla::HloInstruction
Dhlo_parser.cc2142 HloInstruction::CreateRngGetAndUpdateState(shape, *delta)); in ParseInstructionRhs()