Searched refs:InferModuleShape (Results 1 – 3 of 3) sorted by relevance
36 FailureOr<bool> InferModuleShape(ModuleOp module, int64_t max_iterations = 10);
37 InferModuleShape(getOperation(), max_iterations_); in runOnOperation()
2738 FailureOr<bool> InferModuleShape(ModuleOp module, int64_t max_iterations) { in InferModuleShape() function