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

Function LessThanTenCond

tensorflow/core/graph/control_flow_test.cc:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace tensorflow {
28namespace {
29Status LessThanTenCond(const Scope& scope, const std::vector<Output>& inputs,
30 Output* output) {
31 *output = ops::Less(scope, inputs[0], 10);
32 return scope.status();
33}
34
35Status AddOneBody(const Scope& scope, const std::vector<Output>& inputs,
36 std::vector<Output>* outputs) {

Callers

nothing calls this directly

Calls 2

LessFunction · 0.70
statusMethod · 0.45

Tested by

no test coverage detected