Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.h226 uint64 RandomNew64() const;
Dhlo_module.cc606 uint64 HloModule::RandomNew64() const { in RandomNew64() function in xla::HloModule
Delemental_ir_emitter.cc1597 llvm::Value* hlo_random_value = b_->getInt64(hlo->GetModule()->RandomNew64()); in MakePhiloxRngElementGenerator()