/packages/modules/NeuralNetworks/common/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/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/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ |
D | ShadowTypeface.java | 31 public static Typeface create(Typeface family, int weight, boolean italic) { in create()
|
/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/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()
|
D | compactor_stack.cpp | 67 void CompactorStack::AddWithWeight(int64_t value, int weight) { in AddWithWeight()
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lsh_projection.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_2.mod.py | 26 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/Permission/PermissionController/src/android/support/wearable/view/ |
D | Gusterpolator.java | 80 float weight = difference / STEP_SIZE; in getInterpolation() local
|
/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/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | lsh_projection_weights_as_inputs_relaxed.mod.py | 25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input)) variable
|
D | lsh_projection_relaxed.mod.py | 27 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/apps/Dialer/java/com/android/incallui/answer/impl/classifier/ |
D | HistoryEvaluator.java | 107 public float weight; field in HistoryEvaluator.Data
|
/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/apps/Settings/src/com/android/settings/widget/ |
D | UsageView.java | 134 private void setWeight(int id, float weight) { in setWeight()
|
/packages/modules/StatsD/lib/libkll/tests/ |
D | compactor_stack_test.cpp | 96 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
|