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

Function CompareStrings

tensorflow/core/lib/strings/ordered_code_test.cc:163–163  ·  view source on GitHub ↗

Return true iff 'a' is "before" 'b'

Source from the content-addressed store, hash-verified

161
162// Return true iff 'a' is "before" 'b'
163bool CompareStrings(const string& a, const string& b) { return (a < b); }
164
165template <typename T>
166void TestNumberOrdering() {

Callers 1

TestNumberOrderingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected