MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetOperands

Method GetOperands

tensorflow/compiler/jit/deadness_analysis.cc:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200 Kind kind() const override { return Kind::kOr; }
201 absl::Span<Predicate* const> GetOperands() const override {
202 return operands_;
203 }
204 absl::Span<Predicate* const> operands() const { return operands_; }
205
206 private:

Callers 4

VisitMethod · 0.45
SimplifyUsingDeMorganMethod · 0.45
MakeAndOrImplMethod · 0.45
DeduceStepPredicateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected