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

Function Min

tensorflow/c/c_test_util.cc:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232TF_Operation* Min(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
233 TF_Status* s, const char* name) {
234 return MinWithDevice(l, r, graph, /*op_device=*/"", s, name);
235}
236
237TF_Operation* Mul(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
238 TF_Status* s, const char* name) {

Calls 1

MinWithDeviceFunction · 0.85

Tested by

no test coverage detected