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

Function TestScalar

tensorflow/core/kernels/quantized_mul_op_test.cc:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void TestScalar() {
200 TestMulShape({100}, {1});
201 TestMulShape({1}, {100});
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},

Callers

nothing calls this directly

Calls 1

TestMulShapeFunction · 0.85

Tested by

no test coverage detected