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

Class Greater

tensorflow/core/util/sorter_test.cc:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template <typename T>
35struct Greater {
36 inline bool operator()(const T i, const T j) const { return i > j; }
37};
38
39void GenRandomUInt64(int N, std::vector<uint64>* vec) {
40 random::PhiloxRandom philox(288, 19);

Callers 5

TEST_FFunction · 0.50
InitMethod · 0.50
PowGradFunction · 0.50
AddBackPropLoopCounterFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.40
TEST_FFunction · 0.40