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

Function TestVectorPlusTensor

tensorflow/core/kernels/quantized_add_op_test.cc:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245void TestVectorPlusTensor() {
246 TestAddShape({100}, {2, 100});
247 TestAddShape({2, 100}, {100});
248 TestAddShape({5, 2}, {2, 5, 2});
249}
250
251void BenchmarkTensorScalar() {
252 TimeAdd({200}, {1}, 1000);

Callers

nothing calls this directly

Calls 1

TestAddShapeFunction · 0.85

Tested by

no test coverage detected