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

Method Verify

tensorflow/lite/kernels/optional_tensor_test.cc:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 std::vector<float> GetOutput() { return ExtractVector<float>(output_); }
186 void Verify() {
187 auto model = tflite::UnPackModel(builder_.GetBufferPointer());
188 EXPECT_NE(model, nullptr);
189 }
190
191 int num_inputs() { return n_input_; }
192 int num_outputs() { return n_output_; }

Callers 1

TESTFunction · 0.45

Calls 1

UnPackModelFunction · 0.85

Tested by

no test coverage detected