Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.cc65 TF_RETURN_IF_ERROR(c.construction_status()); in InferShapes()
Dshape_inference_test.cc141 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()
Dshape_inference.h549 Status construction_status() const { return construction_status_; } in construction_status() function
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc200 TF_RETURN_IF_ERROR(ic->construction_status()); in AddNodeInternal()
300 TF_RETURN_IF_ERROR(node_context->construction_status()); in UpdateNode()
/external/tensorflow/tensorflow/core/ops/
Dmath_ops_test.cc235 TF_CHECK_OK(c->construction_status()); in TEST()
Darray_ops_test.cc236 TF_ASSERT_OK(c.construction_status()); in TEST()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc548 tensorflow::Status status = c.construction_status(); in ValidateOutputTensorShapeConsistency()
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc671 status->status = c.construction_status(); in TFE_InferShapes()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1343 const Status s = node_ctx.inference_context->construction_status(); in AddNode()