HomeSort by relevance Sort by last modified time
    Searched refs:top4 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/lib/gtl/
top_n_test.cc 154 TopN<string> top4(3);
157 top4.push("abcd");
158 top4.push("ijkl");
159 top4.push("efgh");
160 top4.push("mnop");
161 std::vector<string> s = ConsumeRawPtr(top4.Extract());
165 top4.Reset();
214 TopN<int> top4(4);
216 top4.push(i);
217 std::vector<int> v = ConsumeRawPtr(top4.ExtractNondestructive())
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java 3098 int top4 = mGridView.getLayoutManager().findViewByPosition(lastVisiblePos + 1).getTop(); local
3167 int top4 = getCenterY(mGridView.getLayoutManager().findViewByPosition(lastVisiblePos + 1)); local
3272 int top4 = getCenterY(mGridView.getLayoutManager().findViewByPosition(lastVisiblePos + 1)); local
    [all...]

Completed in 70 milliseconds