Searched refs:ResultType (Results 1 – 6 of 6) sorted by relevance
/packages/modules/NeuralNetworks/common/random/ |
D | random_distributions.h | 83 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 87 ResultType operator()(Generator* gen) { in operator() 88 typename Generator::ResultType sample = (*gen)(); in operator() 89 ResultType result; in operator() 107 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 111 ResultType operator()(Generator* gen) { in operator() 112 typename Generator::ResultType sample = (*gen)(); in operator() 113 ResultType result; in operator() 131 typedef Array<float, kResultElementCount> ResultType; typedef 135 ResultType operator()(Generator* gen) { in operator() [all …]
|
D | philox_random.h | 107 using ResultType = Array<uint32, 4>; 135 PhiloxRandom(ResultType counter, Key key) : counter_(counter), key_(key) {} in PhiloxRandom() 158 PHILOX_DEVICE_INLINE ResultType operator()() { in operator() 159 ResultType counter = counter_; in operator() 222 PHILOX_DEVICE_INLINE static ResultType ComputeSingleRound(const ResultType& counter, in ComputeSingleRound() 232 ResultType result; in ComputeSingleRound() 246 ResultType counter_;
|
D | guarded_philox_random.cc | 33 void GuardedPhiloxRandom::Init(random::PhiloxRandom::ResultType counter, in Init()
|
D | guarded_philox_random.h | 51 void Init(random::PhiloxRandom::ResultType counter, random::PhiloxRandom::Key key);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
D | LogUtils.java | 26 public interface ResultType { interface in LogUtils 82 return ResultType.SUCCESS; in getResultType() 84 return ResultType.ILLEGAL_ARGUMENT; in getResultType() 86 return ResultType.UNSUPPORTED_OPERATION; in getResultType() 88 return ResultType.FAIL; in getResultType()
|
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/core/ |
D | TimeZoneProviderResult.java | 34 public @interface ResultType {} annotation in TimeZoneProviderResult 57 @ResultType 66 private TimeZoneProviderResult(@ResultType int type, in TimeZoneProviderResult() 95 public @ResultType int getType() { in getType()
|