/external/tensorflow/tensorflow/core/ops/ |
D | parsing_ops.cc | 89 c->MakeShapeFromPartialTensorShape(attrs.dense_shapes[i], &dense)); in __anonb04296470202() 132 c->MakeShapeFromPartialTensorShape(attrs.dense_shapes[i], &dense)); in __anonb04296470302() 195 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anonb04296470402() 216 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anonb04296470402() 290 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anonb04296470502() 310 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anonb04296470502()
|
D | functional_ops.cc | 128 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anon8af73ba60202() 157 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anon8af73ba60302() 217 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anon8af73ba60502() 287 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shape, &out)); in __anon8af73ba60702()
|
D | tpu_outfeed_ops.cc | 62 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shapes[i], &out)); in __anondf39fdd70102()
|
D | tpu_infeed_ops.cc | 60 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shapes[i], &out)); in __anon06b801f60102()
|
D | resource_variable_ops.cc | 111 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(p, &s)); in __anon4d581ac00202() 144 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shapes[i], &s)); in __anon4d581ac00302()
|
D | lookup_ops.cc | 403 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(value_p, &value_s)); in __anonc8e9eead0c02() 438 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(value_p, &value_s)); in __anonc8e9eead0d02()
|
D | state_ops.cc | 52 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shape, &out)); in __anon42cd40540102()
|
D | dataset_ops.cc | 534 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in IteratorGetNextShapeFn() 714 c->MakeShapeFromPartialTensorShape(s, &output_shape_handle)); in __anonfa0360991402()
|
D | experimental_dataset_ops.cc | 551 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in GetShapeFn()
|
D | array_ops.cc | 290 c->MakeShapeFromPartialTensorShape(shape, &passed_shape)); in __anondb9326b20202() 1456 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anondb9326b22302() 1611 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(final_shape, &out)); in __anondb9326b22502() 1883 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shape, &out)); in __anondb9326b22d02() 1909 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shape, &out)); in __anondb9326b22e02()
|
D | data_flow_ops.cc | 584 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(p, &s)); in __anona2f81a441102() 736 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(p, &s)); in __anona2f81a441602()
|
D | list_ops.cc | 286 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(raw_element_shape, in __anon9187032f0702()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference.cc | 78 TF_RETURN_IF_ERROR(context->MakeShapeFromPartialTensorShape( in PropagateShapes() 89 context->MakeShapeFromPartialTensorShape(arg_shape.shape, &handle)); in PropagateShapes()
|
/external/tensorflow/tensorflow/contrib/framework/ops/ |
D | variable_ops.cc | 55 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(p, &s)); in __anonb348ebde0202()
|
/external/tensorflow/tensorflow/contrib/image/ops/ |
D | single_image_random_dot_stereograms_ops.cc | 54 c->MakeShapeFromPartialTensorShape(shape, &output_image_shape)); in __anon13ec05420102()
|
/external/tensorflow/tensorflow/contrib/periodic_resample/ops/ |
D | array_ops.cc | 37 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape( in __anon7c7f74300102()
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.cc | 101 construction_status_.Update(MakeShapeFromPartialTensorShape(p, &shape)); in InferenceContext() 112 construction_status_.Update(MakeShapeFromPartialTensorShape(p, &shape)); in InferenceContext() 130 MakeShapeFromPartialTensorShape(p.first, &new_v[j].shape)); in InferenceContext() 918 Status InferenceContext::MakeShapeFromPartialTensorShape( in MakeShapeFromPartialTensorShape() function in tensorflow::shape_inference::InferenceContext 936 return MakeShapeFromPartialTensorShape(PartialTensorShape(shape.dim_sizes()), in MakeShapeFromTensorShape() 945 return MakeShapeFromPartialTensorShape(partial_shape, out); in MakeShapeFromShapeProto()
|
D | shape_inference_test.cc | 1126 TEST_F(ShapeInferenceTest, MakeShapeFromPartialTensorShape) { in TEST_F() argument 1133 TF_ASSERT_OK(c.MakeShapeFromPartialTensorShape(PartialTensorShape(), &out)); in TEST_F() 1138 c.MakeShapeFromPartialTensorShape(PartialTensorShape({0}), &out)); in TEST_F() 1140 TF_ASSERT_OK(c.MakeShapeFromPartialTensorShape( in TEST_F() 1612 TF_CHECK_OK(c.MakeShapeFromPartialTensorShape(S(dim_sizes), &s)); in TestMergeHandles() 1723 TF_CHECK_OK(c.MakeShapeFromPartialTensorShape(S(dim_sizes), &s)); in TestRelaxHandles()
|
D | shape_inference.h | 492 Status MakeShapeFromPartialTensorShape(
|
D | common_shape_fns.cc | 1610 TF_RETURN_IF_ERROR(c->MakeShapeFromPartialTensorShape(shape, &output_shape)); in ExplicitShape() 1624 c->MakeShapeFromPartialTensorShape(shapes[i], &output_shape)); in ExplicitShapes()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 1976 ic->MakeShapeFromPartialTensorShape(shape, &shape_handle)); in UpdateQueue()
|