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

Function LessThanTenCond

tensorflow/cc/ops/while_loop_test.cc:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77const char* const WhileLoopTest::kFrameName = "test_loop";
78
79Status LessThanTenCond(const Scope& s, const std::vector<Output>& inputs,
80 Output* output) {
81 *output = ops::Less(s, inputs[0], 10);
82 return s.status();
83}
84
85Status AddOneBody(const Scope& s, const std::vector<Output>& inputs,
86 std::vector<Output>* outputs) {

Callers

nothing calls this directly

Calls 2

LessFunction · 0.50
statusMethod · 0.45

Tested by

no test coverage detected