Searched refs:InferShapeForFunction (Results 1 – 3 of 3) sorted by relevance
44 FailureOr<bool> InferShapeForFunction(FuncOp func,
1808 static FailureOr<bool> InferShapeForFunction(ShapeInference& context, in InferShapeForFunction() function1821 FailureOr<bool> InferShapeForFunction(FuncOp func, in InferShapeForFunction() function1828 return InferShapeForFunction(context, func, max_iterations); in InferShapeForFunction()1899 InferShapeForFunction(context, func, max_iterations); in InferModuleShape()
270 mlir::LogicalResult result = mlir::TF::InferShapeForFunction( in RefineShapes()