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

Function S

tensorflow/core/framework/shape_inference_test.cc:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41PartialTensorShape S(std::initializer_list<int64> dims) {
42 return PartialTensorShape(dims);
43}
44
45PartialTensorShape Unknown() { return PartialTensorShape(); }
46

Calls 1

PartialTensorShapeClass · 0.85

Tested by

no test coverage detected