Home
last modified time | relevance | path

Searched defs:PostorderDFSVisitor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dvalue_inference.cc337 struct PostorderDFSVisitor { struct
338 PostorderDFSVisitor(HloEvaluator& evaluator, in PostorderDFSVisitor() function
367 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 …]