17#ifndef __LUCI_FUSE_RSQRT_PASS_H__
18#define __LUCI_FUSE_RSQRT_PASS_H__
30 const char *
name(
void)
const final {
return "luci::FuseRsqrtPass"; }
Class to fuse certain pattern of subgraph into CircleRsqrt.
const char * name(void) const final
bool run(loco::Graph *g) final
Run the pass.