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

Function TestManualVector

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

Source from the content-addressed store, hash-verified

202}
203
204void TestManualVector() {
205 TestMul({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 {1.0f, 4.0f, 9.0f, 16.0f, 25.0f, 36.0f, 49.0f, 64.0f, 81.0f, 100.0f},
210 3.0f);
211}
212
213void TestVector() { TestMulShape({100}, {100}); }
214

Callers

nothing calls this directly

Calls 1

TestMulFunction · 0.85

Tested by

no test coverage detected