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

Method UnknownShape

tensorflow/core/framework/shape_inference.cc:749–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749ShapeHandle InferenceContext::UnknownShape() {
750 return shape_manager_.UnknownShape();
751}
752
753ShapeHandle InferenceContext::UnknownShapeOfRank(int64 rank) {
754 CHECK_LE(rank, kint32max) << "rank must be less than kint32max";

Calls 2

push_backMethod · 0.45
backMethod · 0.45

Tested by 6

MakeShapeFromStringMethod · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TestMergeHandlesMethod · 0.64
TestRelaxHandlesMethod · 0.64
TEST_FFunction · 0.64