Home
last modified time | relevance | path

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

12

/packages/modules/NeuralNetworks/common/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/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/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/
DShadowTypeface.java31 public static Typeface create(Typeface family, int weight, boolean italic) { in create()
/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/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()
Dcompactor_stack.cpp67 void CompactorStack::AddWithWeight(int64_t value, int weight) { in AddWithWeight()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dlsh_projection.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_2.mod.py26 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/Permission/PermissionController/src/android/support/wearable/view/
DGusterpolator.java80 float weight = difference / STEP_SIZE; in getInterpolation() local
/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/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dlsh_projection_weights_as_inputs_relaxed.mod.py25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
Dlsh_projection_relaxed.mod.py27 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/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
DHistoryEvaluator.java107 public float weight; field in HistoryEvaluator.Data
/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/apps/Settings/src/com/android/settings/widget/
DUsageView.java134 private void setWeight(int id, float weight) { in setWeight()
/packages/modules/StatsD/lib/libkll/tests/
Dcompactor_stack_test.cpp96 int weight = random_.UnbiasedUniform(remaining_num_items) + 1; in TEST_P() local
248 int weight = 5 * (1 << lowest_active_level) - 1; in TEST_P() local

12