Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TEST
Function
TEST
tensorflow/lite/delegates/flex/buffer_map_test.cc:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
TEST(BufferMapTest, EmptyBuffer) {
101
BufferMap buffer_map;
102
EXPECT_FALSE(buffer_map.HasTensor(0));
103
}
104
105
TEST(BufferMapTest, SetFromTfLite) {
106
BufferMap buffer_map;
Callers
nothing calls this directly
Calls
9
SetFromTfLite
Method · 0.80
SetFromTensorFlow
Method · 0.80
IsTensorFlowTensor
Method · 0.80
GetTensorShape
Function · 0.70
HasTensor
Method · 0.45
get
Method · 0.45
GetTensor
Method · 0.45
dtype
Method · 0.45
NumElements
Method · 0.45
Tested by
no test coverage detected