MCPcopy 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
100TEST(BufferMapTest, EmptyBuffer) {
101 BufferMap buffer_map;
102 EXPECT_FALSE(buffer_map.HasTensor(0));
103}
104
105TEST(BufferMapTest, SetFromTfLite) {
106 BufferMap buffer_map;

Callers

nothing calls this directly

Calls 9

SetFromTfLiteMethod · 0.80
SetFromTensorFlowMethod · 0.80
IsTensorFlowTensorMethod · 0.80
GetTensorShapeFunction · 0.70
HasTensorMethod · 0.45
getMethod · 0.45
GetTensorMethod · 0.45
dtypeMethod · 0.45
NumElementsMethod · 0.45

Tested by

no test coverage detected