/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | LSHProjection.cpp | 72 RunTimeOperandInfo* weight = GetInput(operation, operands, kWeightTensor); in Prepare() local 96 int runningSignBit(const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, float seed) { in runningSignBit() 126 const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, in SparseLshProjection() 147 const RunTimeOperandInfo* weight, int32_t* out_buf) { in DenseLshProjection()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/ |
D | WeightRecord.java | 79 @NonNull Mass weight, in WeightRecord() 133 public Builder(@NonNull Metadata metadata, @NonNull Instant time, @NonNull Mass weight) { in Builder()
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | DataKind.java | 48 public int weight; field in DataKind 91 public DataKind(String mimeType, int titleRes, int weight, boolean editable) { in DataKind()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
D | DataKind.java | 45 public int weight; field in DataKind 83 public DataKind(String mimeType, int titleRes, int weight, boolean editable) { in DataKind()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowTypeface.java | 30 public static Typeface create(Typeface family, int weight, boolean italic) { in create()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/ |
D | WeightRecordInternal.java | 39 public WeightRecordInternal setWeight(double weight) { in setWeight()
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lsh_projection_2.mod.py | 26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
D | lsh_projection_weights_as_inputs.mod.py | 25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
D | lsh_projection.mod.py | 26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | lsh_projection_float16.mod.py | 26 weight = Input("weight", "TENSOR_FLOAT16", "{%d}" % (num_input)) variable
|
D | lsh_projection_deprecated.mod.py | 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
D | lsh_projection_4_relaxed.mod.py | 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
D | lsh_projection_3_relaxed.mod.py | 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | Gusterpolator.java | 78 float weight = difference / STEP_SIZE; in getInterpolation() local
|
/packages/modules/StatsD/lib/libkll/ |
D | sampler.cpp | 45 void KllSampler::AddWithWeight(int64_t item, int weight) { in AddWithWeight()
|
D | kll.cpp | 55 void KllQuantile::AddWeighted(int64_t value, int weight) { in AddWeighted()
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | lsh_projection_relaxed.mod.py | 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
D | lsh_projection_weights_as_inputs_relaxed.mod.py | 25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
D | lsh_projection_2_relaxed.mod.py | 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
/packages/inputmethods/LatinIME/native/jni/src/utils/ |
D | autocorrection_threshold_utils.cpp | 93 const float weight = 1.0f - static_cast<float>(distance) / static_cast<float>(afterLength); in calcNormalizedScore() local
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ |
D | DeriveBasalCaloriesBurnedHelper.java | 236 double weight = DEFAULT_WEIGHT_IN_GMS; in derivedBasalCaloriesBurnedFromProfile() local 361 double height, double weight, long startTime, long endTime) { in getCaloriesFromHeightAndWeight()
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | Recommender.java | 103 public void registerEvaluator(Evaluator evaluator, double baseScore, double weight) { in registerEvaluator() 281 Recommender recommender, Evaluator evaluator, double baseScore, double weight) { in EvaluatorWrapper()
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/units/ |
D | UnitsFragment.kt | 72 val weight = in <lambda>() constant
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
D | HistoryEvaluator.java | 107 public float weight; field in HistoryEvaluator.Data
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | UsageView.java | 134 private void setWeight(int id, float weight) { in setWeight()
|