Add rip-offs of LLVM's cast, dyn_cast, cast_or_null, dyn_cast_or_null in...
Add rip-offs of LLVM's cast, dyn_cast, cast_or_null, dyn_cast_or_null in preparation to split HloInstruction into subclasses. This initial implementation uses C++ dynamic_cast, so it also adds vtable to HloInstruction. PiperOrigin-RevId: 199199109
Loading
Please sign in to comment