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

Function UnknownShape

tensorflow/core/framework/common_shape_fns.cc:1493–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491}
1492
1493Status UnknownShape(shape_inference::InferenceContext* c) {
1494 for (int i = 0; i < c->num_outputs(); ++i) {
1495 c->set_output(i, c->UnknownShape());
1496 }
1497 return Status::OK();
1498}
1499
1500template <typename T>
1501Status ReductionShapeHelper(const Tensor* reduction_indices_t,

Callers 15

ReductionShapeFunction · 0.70
SliceShapeFunction · 0.70
SparseReduceShapeFnFunction · 0.70
RelaxMethod · 0.70
UnknownShapeOfRankMethod · 0.70
ReturnUnknownShapeMethod · 0.70
state_ops.ccFile · 0.50
DequeueManyV2ShapeFunction · 0.50
data_flow_ops.ccFile · 0.50
io_ops.ccFile · 0.50
array_ops.ccFile · 0.50
IfShapeInferenceFnFunction · 0.50

Calls 3

UnknownShapeMethod · 0.80
num_outputsMethod · 0.45
set_outputMethod · 0.45

Tested by

no test coverage detected