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

Function MinWithDevice

tensorflow/c/c_test_util.cc:224–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224TF_Operation* MinWithDevice(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
225 const string& op_device, TF_Status* s,
226 const char* name) {
227 TF_Operation* op;
228 BinaryOpHelper("Min", l, r, graph, s, name, &op, op_device, true);
229 return op;
230}
231
232TF_Operation* Min(TF_Operation* l, TF_Operation* r, TF_Graph* graph,
233 TF_Status* s, const char* name) {

Callers 2

MinFunction · 0.85
RunMinTestFunction · 0.85

Calls 1

BinaryOpHelperFunction · 0.85

Tested by

no test coverage detected