Home
last modified time | relevance | path

Searched refs:HloRngGetAndUpdateStateInstruction (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc3154 HloRngGetAndUpdateStateInstruction::HloRngGetAndUpdateStateInstruction( in HloRngGetAndUpdateStateInstruction() function in xla::HloRngGetAndUpdateStateInstruction
3158 HloInstructionProto HloRngGetAndUpdateStateInstruction::ToProto() const { in ToProto()
3165 HloRngGetAndUpdateStateInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()
3170 bool HloRngGetAndUpdateStateInstruction::IdenticalSlowPath( in IdenticalSlowPath()
3175 static_cast<const HloRngGetAndUpdateStateInstruction&>(other); in IdenticalSlowPath()
3180 HloRngGetAndUpdateStateInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
3186 return absl::make_unique<HloRngGetAndUpdateStateInstruction>(shape, delta()); in CloneWithNewOperandsImpl()
Dhlo_instructions.h1904 class HloRngGetAndUpdateStateInstruction : public HloInstruction {
1906 explicit HloRngGetAndUpdateStateInstruction(const Shape& shape, int64 delta);
Dhlo_instruction.cc859 return absl::make_unique<HloRngGetAndUpdateStateInstruction>(shape, delta); in CreateRngGetAndUpdateState()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1279 auto hlo_rng = xla::Cast<xla::HloRngGetAndUpdateStateInstruction>(instr); in EmitRngGetAndUpdateStateOp()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2761 Cast<HloRngGetAndUpdateStateInstruction>(rng_state)->delta(), module_, in HandleRngGetAndUpdateState()