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

Function BenchmarkVector

tensorflow/core/kernels/quantized_add_op_test.cc:258–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void BenchmarkVector() {
259 TimeAdd({200}, {200}, 1000);
260 TimeAdd({10000}, {10000}, 100);
261 TimeAdd({1000000}, {1000000}, 10);
262 TimeAdd({10000000}, {10000000}, 1);
263}
264
265void BenchmarkVectorPlusTensor() {
266 TimeAdd({10, 20}, {20}, 100);

Callers

nothing calls this directly

Calls 1

TimeAddFunction · 0.85

Tested by

no test coverage detected