Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h74 virtual Status HandleElementwiseUnary(HloInstructionPtr hlo);
87 return HandleElementwiseUnary(hlo); in HandleConvert()
90 return HandleElementwiseUnary(hlo); in HandleBitcastConvert()
93 return HandleElementwiseUnary(hlo); in HandleCopy()
124 return HandleElementwiseUnary(hlo); in HandleAbs()
130 return HandleElementwiseUnary(hlo); in HandleRound()
133 return HandleElementwiseUnary(hlo); in HandleSign()
136 return HandleElementwiseUnary(hlo); in HandleNegate()
139 return HandleElementwiseUnary(hlo); in HandleExp()
142 return HandleElementwiseUnary(hlo); in HandleFloor()
[all …]
Ddfs_hlo_visitor.cc28 Status DfsHloVisitorBase<HloInstructionPtr>::HandleElementwiseUnary( in HandleElementwiseUnary() function in xla::DfsHloVisitorBase
Dhlo_verifier.h34 Status HandleElementwiseUnary(HloInstruction* hlo) override;
Dhlo_cost_analysis.h52 Status HandleElementwiseUnary(const HloInstruction* hlo) override;
Ddfs_hlo_visitor_with_default.h48 Status HandleElementwiseUnary(HloInstructionPtr hlo) override { in HandleElementwiseUnary() function
Dhlo_cost_analysis.cc123 Status HloCostAnalysis::HandleElementwiseUnary(const HloInstruction* hlo) { in HandleElementwiseUnary() function in xla::HloCostAnalysis
Dhlo_verifier.cc25 Status ShapeVerifier::HandleElementwiseUnary(HloInstruction* hlo) { in HandleElementwiseUnary() function in xla::ShapeVerifier