Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc263 if (!c->construction_status().ok()) { in AddNode()
264 return c->construction_status(); in AddNode()
322 TF_RETURN_IF_ERROR(node_context->construction_status()); in UpdateNode()
/external/tensorflow/tensorflow/python/framework/
Dcpp_shape_inference.cc131 TF_RETURN_IF_ERROR(c.construction_status()); in RunCppShapeInferenceImpl()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.cc66 TF_RETURN_IF_ERROR(c.construction_status()); in InferShapes()
Dshape_inference_test.cc133 TF_ASSERT_OK(c.construction_status()); in TEST_F()
172 TF_ASSERT_OK(c.construction_status()); in TEST_F()
191 TF_ASSERT_OK(c.construction_status()); in TEST_F()
213 TF_ASSERT_OK(c.construction_status()); in TEST_F()
236 TF_ASSERT_OK(c.construction_status()); in TEST_F()
Dshape_inference.h559 Status construction_status() const { return construction_status_; } in construction_status() function
/external/tensorflow/tensorflow/core/ops/
Dmath_ops_test.cc214 TF_CHECK_OK(c->construction_status()); in TEST()
Darray_ops_test.cc203 TF_ASSERT_OK(c.construction_status()); in TEST()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1094 const Status s = node_ctx.inference_context->construction_status(); in AddNode()