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

Function RandomShape

tensorflow/core/framework/common_shape_fns.cc:1769–1774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767}
1768
1769Status RandomShape(shape_inference::InferenceContext* c) {
1770 shape_inference::ShapeHandle out;
1771 TF_RETURN_IF_ERROR(c->MakeShapeFromShapeTensor(0, &out));
1772 c->set_output(0, out);
1773 return Status::OK();
1774}
1775
1776Status UnsortedSegmentReductionShapeFn(InferenceContext* c) {
1777 ShapeHandle s_data = c->input(0);

Callers 1

random_ops.ccFile · 0.85

Calls 2

set_outputMethod · 0.45

Tested by

no test coverage detected