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

Function Mul

tensorflow/c/c_test_util.cc:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237TF_Operation* Mul(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
238 TF_Status* s, const char* name) {
239 TF_Operation* op;
240 BinaryOpHelper("Mul", l, r, graph, s, name, &op, "", true);
241 return op;
242}
243
244TF_Operation* Add(TF_Output l, TF_Output r, TF_Graph* graph, TF_Status* s,
245 const char* name) {

Callers 15

TEST_FFunction · 0.70
TestSimpleAddMethod · 0.50
TestOpExclusionAddMethod · 0.50
TestShapePropagationMethod · 0.50
TestRemoveUnusedNodesMethod · 0.50
TestIgnoreOpsMethod · 0.50
TestQuantizeMulMethod · 0.50

Calls 1

BinaryOpHelperFunction · 0.85

Tested by

no test coverage detected