Home
last modified time | relevance | path

Searched refs:HandleRngBitGenerator (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h90 Status HandleRngBitGenerator(const HloInstruction* random) override;
Ddfs_hlo_visitor_with_default.h128 Status HandleRngBitGenerator(HloInstructionPtr random) override { in HandleRngBitGenerator() function
Dhlo_verifier.h71 Status HandleRngBitGenerator(HloInstruction*) override;
Ddfs_hlo_visitor.h237 virtual Status HandleRngBitGenerator(HloInstructionPtr hlo) = 0;
Dhlo_cost_analysis.cc800 Status HloCostAnalysis::HandleRngBitGenerator(const HloInstruction* random) { in HandleRngBitGenerator() function in xla::HloCostAnalysis
Dhlo_verifier.cc506 Status ShapeVerifier::HandleRngBitGenerator(HloInstruction* hlo) { in HandleRngBitGenerator() function in xla::ShapeVerifier
Dhlo_instruction.cc3227 return visitor->HandleRngBitGenerator(this); in Visit()