Searched refs:InferShapeForFunction (Results 1 – 3 of 3) sorted by relevance
45 FailureOr<bool> InferShapeForFunction(func::FuncOp func,
2670 static FailureOr<bool> InferShapeForFunction(ShapeInference& context, in InferShapeForFunction() function2683 FailureOr<bool> InferShapeForFunction(func::FuncOp func, in InferShapeForFunction() function2690 return InferShapeForFunction(context, func, max_iterations); in InferShapeForFunction()2761 InferShapeForFunction(context, func, max_iterations); in InferModuleShape()
366 mlir::LogicalResult result = mlir::TF::InferShapeForFunction( in RefineShapes()