17#ifndef __FUSE_RSQRT_PASS_H__
18#define __FUSE_RSQRT_PASS_H__
40 const char *
name(
void)
const final {
return "exo::FuseRsqrtPass"; }
Class to fuse TFLSqrt that is divided(TFLDiv) by 1, into TFLRsqrt.
const char * name(void) const final
bool run(loco::Graph *g) final
Run the pass.