MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / MakeShapeFromTensorShape

Method MakeShapeFromTensorShape

tensorflow/core/framework/shape_inference.cc:949–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949Status InferenceContext::MakeShapeFromTensorShape(const TensorShape& shape,
950 ShapeHandle* out) {
951 return MakeShapeFromPartialTensorShape(PartialTensorShape(shape.dim_sizes()),
952 out);
953}
954
955Status InferenceContext::MakeShapeFromShapeProto(const TensorShapeProto& proto,
956 ShapeHandle* out) {

Callers 8

array_ops.ccFile · 0.80
xla_ops.ccFile · 0.80
io_ops.ccFile · 0.80
TEST_FFunction · 0.80

Calls 2

PartialTensorShapeClass · 0.85
dim_sizesMethod · 0.45

Tested by 1

TEST_FFunction · 0.64