Home
last modified time | relevance | path

Searched refs:inference_status (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc158 Status inference_status = Status::OK(); in InferShapesForFunction() local
161 &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()