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

Function Less

tensorflow/core/graph/testlib.cc:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400Node* Less(Graph* g, Node* in0, Node* in1) {
401 return Binary(g, "Less", in0, in1);
402}
403
404Node* Select(Graph* g, Node* c, Node* inx, Node* iny) {
405 Node* ret;

Callers 10

LessThanTenCondFunction · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
CreateInductionVariableFunction · 0.50
TEST_FFunction · 0.50
LessThanTenCondFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

BinaryFunction · 0.70

Tested by

no test coverage detected