Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h141 virtual Status HandleFloor(HloInstructionPtr hlo) { in HandleFloor() function
Dhlo_evaluator.cc367 Status HandleFloor(HloInstruction* floor) { in HandleFloor() function in xla::HloEvaluator::TypedVisitor
379 Status HandleFloor(HloInstruction* floor) { in HandleFloor() function in xla::HloEvaluator::TypedVisitor
383 Status HandleFloor(HloInstruction* floor) override { in HandleFloor() function in xla::HloEvaluator::TypedVisitor
384 return HandleFloor<ReturnT>(floor); in HandleFloor()
Dhlo_instruction.cc2609 return visitor->HandleFloor(this); in Visit()