Searched defs:PostorderDFSVisitor (Results 1 – 1 of 1) sorted by relevance
337 struct PostorderDFSVisitor { struct338 PostorderDFSVisitor(HloEvaluator& evaluator, in PostorderDFSVisitor() function367 bool IsValueEffectiveInteger(int64_t handle) { in IsValueEffectiveInteger()390 bool IsInstructionOverLimit(const HloInstructionProto* proto, in IsInstructionOverLimit()415 struct CacheKey {424 friend H AbslHashValue(H h, const CacheKey& key) { in AbslHashValue()433 friend bool operator==(const CacheKey& lhs, const CacheKey& rhs) { in operator ==()442 HloEvaluator& evaluator;443 absl::flat_hash_map<CacheKey, Literal> evaluated;444 HandleToInstruction handle_to_instruction;[all …]