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

Function TestManualVector

tensorflow/core/kernels/quantized_add_op_test.cc:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void TestManualVector() {
205 TestAdd({10}, {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f},
206 0.0f, 10.0f, {10},
207 {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f, 8.0f, 9.0f, 10.0f}, 0.0f,
208 10.0f, {10},
209 {2.0f, 4.0f, 6.0f, 8.0f, 10.0f, 12.0f, 14.0f, 16.0f, 18.0f, 20.0f},
210 1.0f);
211}
212
213void TestVector() { TestAddShape({100}, {100}); }
214

Callers

nothing calls this directly

Calls 1

TestAddFunction · 0.85

Tested by

no test coverage detected