Searched refs:construction_status (Results 1 – 9 of 9) sorted by relevance
65 TF_RETURN_IF_ERROR(c.construction_status()); in InferShapes()
141 TF_ASSERT_OK(c.construction_status()); in TEST_F()179 TF_ASSERT_OK(c.construction_status()); in TEST_F()199 TF_ASSERT_OK(c.construction_status()); in TEST_F()224 TF_ASSERT_OK(c.construction_status()); in TEST_F()250 TF_ASSERT_OK(c.construction_status()); in TEST_F()
549 Status construction_status() const { return construction_status_; } in construction_status() function
200 TF_RETURN_IF_ERROR(ic->construction_status()); in AddNodeInternal()300 TF_RETURN_IF_ERROR(node_context->construction_status()); in UpdateNode()
235 TF_CHECK_OK(c->construction_status()); in TEST()
236 TF_ASSERT_OK(c.construction_status()); in TEST()
548 tensorflow::Status status = c.construction_status(); in ValidateOutputTensorShapeConsistency()
671 status->status = c.construction_status(); in TFE_InferShapes()
1343 const Status s = node_ctx.inference_context->construction_status(); in AddNode()