Searched refs:inference_status (Results 1 – 1 of 1) sorted by relevance
158 Status inference_status = Status::OK(); in InferShapesForFunction() local161 &inference_status](const Node* node) { in InferShapesForFunction()162 if (!inference_status.ok()) return; in InferShapesForFunction()163 inference_status = InferShapesForFunctionSubNode( in InferShapesForFunction()174 if (keep_nested_shapes && inference_status.ok()) { in InferShapesForFunction()208 return inference_status; in InferShapesForFunction()