Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h153 virtual Status HandleLogistic(HloInstructionPtr hlo) { in HandleLogistic() function
Dhlo_evaluator_typed_visitor.h460 Status HandleLogistic(HloInstruction* logistic) override {
Dhlo_instruction.cc3071 return visitor->HandleLogistic(this); in Visit()