17#ifndef __MOCO_TF_SHAPE_INFERENCE_PASS_H__
18#define __MOCO_TF_SHAPE_INFERENCE_PASS_H__
35 const char *
name(
void)
const final {
return "ShapeInferencePass"; }
Run shape inference to the graph.
const char * name(void) const final
bool run(loco::Graph *graph) override
Run the pass.