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

Function LessThan

tensorflow/c/c_test_util.cc:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269TF_Operation* LessThan(TF_Output l, TF_Output r, TF_Graph* graph,
270 TF_Status* s) {
271 TF_OperationDescription* desc = TF_NewOperation(graph, "Less", "less_than");
272 TF_AddInput(desc, l);
273 TF_AddInput(desc, r);
274 return TF_FinishOperation(desc, s);
275}
276
277TF_Operation* RandomUniform(TF_Operation* shape, TF_DataType dtype,
278 TF_Graph* graph, TF_Status* s) {

Callers 3

CreateCondGraphMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85

Calls 3

TF_NewOperationFunction · 0.85
TF_AddInputFunction · 0.85
TF_FinishOperationFunction · 0.85

Tested by

no test coverage detected