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

Function TEST_F

tensorflow/lite/toco/tflite/import_test.cc:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143};
144
145TEST_F(ImportTest, LoadTensorsTable) {
146 BuildTestModel();
147
148 details::TensorsTable tensors;
149 details::LoadTensorsTable(*input_model_, &tensors);
150 EXPECT_THAT(tensors, ElementsAre("tensor_one", "tensor_two"));
151}
152
153TEST_F(ImportTest, LoadOperatorsTable) {
154 BuildTestModel();

Callers

nothing calls this directly

Calls 12

LoadTensorsTableFunction · 0.85
LoadOperatorsTableFunction · 0.85
FinishModelBufferFunction · 0.85
CreateModelFunction · 0.85
EXPECT_DEATHFunction · 0.85
GetModelFunction · 0.85
HasArrayMethod · 0.80
has_shapeMethod · 0.80
ImportFunction · 0.70
dimsMethod · 0.45
shapeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected