Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ S
Function
S
tensorflow/core/framework/common_shape_fns_test.cc:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace {
30
31
PartialTensorShape S(std::initializer_list<int64> dims) {
32
return PartialTensorShape(dims);
33
}
34
35
PartialTensorShape Unknown() { return PartialTensorShape(); }
36
Callers
1
TEST
Function · 0.70
Calls
1
PartialTensorShape
Class · 0.85
Tested by
no test coverage detected