Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/ops/
Dhost_compute_ops.cc77 c->MakeShapeFromShapeProto(shapes->list().shape(i), &handle)); in __anonc8f95cfc0202()
112 c->MakeShapeFromShapeProto(shape_attr->shape(), &handle)); in __anonc8f95cfc0402()
/external/tensorflow/tensorflow/core/ops/
Dfunction_ops.cc47 context->MakeShapeFromShapeProto(shape_proto, &shape_handle)); in __anon5bd79b600102()
81 context->MakeShapeFromShapeProto(shape_proto, &shape_handle)); in __anon5bd79b600102()
Dtpu_embedding_ops.cc81 c->MakeShapeFromShapeProto(output_shapes[i], &output_shape)); in __anon222eb4110102()
Dragged_conversion_ops.cc280 c->MakeShapeFromShapeProto(output_shape, &output_shape_handle)); in RaggedTensorToTensorShapeFn()
/external/tensorflow/tensorflow/c/
Dpython_api.cc129 ic->MakeShapeFromShapeProto(shape_and_type_proto.shape(), &shape); in SetHandleShapeAndType()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference_test.cc1169 TEST_F(ShapeInferenceTest, MakeShapeFromShapeProto) { in TEST_F() argument
1178 EXPECT_TRUE(c.MakeShapeFromShapeProto(proto, &out).ok()); in TEST_F()
1181 EXPECT_CONTAINS(c.MakeShapeFromShapeProto(proto, &out).error_message(), in TEST_F()
1187 EXPECT_TRUE(c.MakeShapeFromShapeProto(proto, &out).ok()); in TEST_F()
1191 EXPECT_TRUE(c.MakeShapeFromShapeProto(proto, &out).ok()); in TEST_F()
1196 EXPECT_CONTAINS(c.MakeShapeFromShapeProto(proto, &out).error_message(), in TEST_F()
Dshape_inference.h474 Status MakeShapeFromShapeProto(const TensorShapeProto& proto,
Dshape_inference.cc884 Status InferenceContext::MakeShapeFromShapeProto(const TensorShapeProto& proto, in MakeShapeFromShapeProto() function in tensorflow::shape_inference::InferenceContext
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc120 TF_RETURN_IF_ERROR(outer_context->MakeShapeFromShapeProto(proto, &handle)); in InferShapesForFunctionSubNode()
Dgraph_constructor.cc817 Status s = ic->MakeShapeFromShapeProto(p, &h); in ValidateShape()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc943 TF_RETURN_IF_ERROR(ic->MakeShapeFromShapeProto(shape, &out)); in UpdateFunction()
1626 TF_RETURN_IF_ERROR(ic->MakeShapeFromShapeProto(shape, &output_shape)); in UpdateOutputShapesUsingAnnotatedInformation()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc795 node_context->MakeShapeFromShapeProto(shape.value(), &handle); in AddNodesToShapeRefiner()
832 node_context->MakeShapeFromShapeProto(attr->shape(), &handle); in AddNodesToShapeRefiner()