Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 25 of 51) sorted by relevance

123

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSHProjection.cpp72 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/
DWeightRecord.java79 @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/
DDataKind.java48 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/
DDataKind.java45 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/
DShadowTypeface.java30 public static Typeface create(Typeface family, int weight, boolean italic) { in create()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DWeightRecordInternal.java39 public WeightRecordInternal setWeight(double weight) { in setWeight()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dlsh_projection_2.mod.py26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_weights_as_inputs.mod.py25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection.mod.py26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dlsh_projection_float16.mod.py26 weight = Input("weight", "TENSOR_FLOAT16", "{%d}" % (num_input)) variable
Dlsh_projection_deprecated.mod.py27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_4_relaxed.mod.py27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_3_relaxed.mod.py27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
/packages/apps/Camera2/src/com/android/camera/util/
DGusterpolator.java78 float weight = difference / STEP_SIZE; in getInterpolation() local
/packages/modules/StatsD/lib/libkll/
Dsampler.cpp45 void KllSampler::AddWithWeight(int64_t item, int weight) { in AddWithWeight()
Dkll.cpp55 void KllQuantile::AddWeighted(int64_t value, int weight) { in AddWeighted()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dlsh_projection_relaxed.mod.py27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_weights_as_inputs_relaxed.mod.py25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_2_relaxed.mod.py27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp93 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/
DDeriveBasalCaloriesBurnedHelper.java236 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/
DRecommender.java103 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/
DUnitsFragment.kt72 val weight = in <lambda>() constant
/packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DHistoryEvaluator.java107 public float weight; field in HistoryEvaluator.Data
/packages/apps/Settings/src/com/android/settings/widget/
DUsageView.java134 private void setWeight(int id, float weight) { in setWeight()

123