Home
last modified time | relevance | path

Searched defs:unique (Results 1 – 25 of 77) sorted by relevance

1234

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c21 struct unique { struct
22 int value;
23 char *name;
24 int duplicate;
D4-1.c17 struct unique { struct
18 int value;
19 char *name;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
D3-1.c19 struct unique { struct
20 int value;
21 char *name;
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
D10-1.c20 struct unique { struct
39 struct unique *tst; in main() argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
D19-1.c23 struct unique { struct
45 struct unique *tst; in main() argument
D1-1.c25 struct unique { struct
46 struct unique *tst; in main() argument
D17-1.c28 struct unique { struct
51 struct unique *tst; in main() argument
/external/tensorflow/tensorflow/python/ops/
Dcandidate_sampling_ops.py34 def uniform_candidate_sampler(true_classes, num_true, num_sampled, unique, argument
96 def log_uniform_candidate_sampler(true_classes, num_true, num_sampled, unique, argument
159 unique, range_max, seed=None, name=None): argument
219 unique, argument
308 def all_candidate_sampler(true_classes, num_true, num_sampled, unique, argument
Dctc_ops.py489 def _state_to_olabel_unique(labels, num_labels, states, unique): argument
526 def ctc_loss_and_grad(logits, labels, label_length, logit_length, unique=None): argument
589 logits_time_major=True, unique=None, argument
676 logits_time_major=True, unique=None, argument
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dunique.py25 def unique(): function
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dunique.py27 def unique(): function
/external/tensorflow/tensorflow/core/kernels/
Drange_sampler.cc37 void RangeSampler::SampleBatch(random::SimplePhilox* rnd, bool unique, in SampleBatch()
45 random::SimplePhilox* rnd, bool unique, gtl::MutableArraySlice<int64> batch, in SampleBatchGetExpectedCount()
78 random::SimplePhilox* rnd, bool unique, MutableArraySlice<int64> batch, in SampleBatchGetExpectedCountAvoid()
125 random::SimplePhilox* rnd, bool unique, MutableArraySlice<int64> batch, in SampleBatchGetExpectedCountAvoid()
217 random::SimplePhilox* rnd, bool unique, MutableArraySlice<int64> batch, in SampleBatchGetExpectedCountAvoid()
/external/pdfium/core/fxcrt/
Dweak_ptr_unittest.cpp59 UniqueTestPtr unique(&thing); in TEST() local
87 UniqueTestPtr unique(&thing); in TEST() local
127 UniqueTestPtr unique(&thing); in TEST() local
/external/skia/src/gpu/
DGrNonAtomicRef.h32 bool unique() const { return 1 == fRefCnt; } in unique() function
/external/skqp/src/gpu/
DGrNonAtomicRef.h32 bool unique() const { return 1 == fRefCnt; } in unique() function
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java217 Set<String> unique = new HashSet<String>(); in TestAllLocales() local
235 Set<String> unique = new HashSet<String>(); in TestA() local
241 Set<String> unique) { in checkLocale()
246 String dummyValue, Set<String> unique) { in checkLocale()
/external/skqp/include/core/
DSkRefCnt.h50 bool unique() const { in unique() function
175 bool unique() const { return 1 == fRefCnt.load(std::memory_order_acquire); } in unique() function
/external/skia/include/core/
DSkRefCnt.h50 bool unique() const { in unique() function
175 bool unique() const { return 1 == fRefCnt.load(std::memory_order_acquire); } in unique() function
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/
DNormalizedFileNames.java79 String unique = s; in ensureUniqueness() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.cc45 absl::flat_hash_set<HloInstruction*> unique; in GlobalPredecessors() local
122 absl::flat_hash_set<HloInstruction*> unique; in GlobalSuccessors() local
/external/webrtc/webrtc/base/
Dlinked_ptr.h75 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} in unique() function
/external/ltp/testcases/kernel/device-drivers/drm/user_space/
Duser_tdrm.c390 static drm_unique_t unique; in main() local
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dencoders.py93 unique=False, argument
/external/testng/src/main/java/org/testng/internal/
DMethodGroupsHelper.java43 IAnnotationFinder finder, boolean unique) in collectMethodsByGroup()
81 …RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outInclud… in includeMethod()
/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_uds.cc45 static int unique = 1; variable

1234