Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 65) sorted by relevance

123

/packages/modules/NeuralNetworks/common/
DMetaModel.cpp44 std::pair<uint32_t, T*> extend(std::vector<T>* vec, const T& val) { in extend() function
52 std::pair<uint32_t, T*> extend(std::vector<T>* vec) { in extend() function
53 return extend(vec, {}); in extend()
179 uint32_t slicedOperandIndex = extend(&mSlicedOperands, operand).first; in getIndex()
181 extend(&mSlicedInputIndexes, slicedOperandIndex); in getIndex()
272 Operation& slicedOperation = *extend(&slicedOperations).second; in processOperations()
329 extend(&slice->mModel.main.outputIndexes, slicedOperandIndex); in processOperations()
427 extend(&slicedOperands, origOperand).first; in makeSlice()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java245 public void extendDuration(int extend) { in extendDuration() argument
246 mScrollerX.extendDuration(extend); in extendDuration()
247 mScrollerY.extendDuration(extend); in extendDuration()
709 void extendDuration(int extend) { in extendDuration() argument
712 mDuration = elapsedTime + extend; in extendDuration()
DScroller.java457 public void extendDuration(int extend) { in extendDuration() argument
459 mDuration = passed + extend; in extendDuration()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drnn_relaxed.mod.py193 input0[input].extend(input0[input])
201 output0[output].extend(output0[output])
Dlstm3_state2_relaxed.mod.py618 input0[input].extend(
676 output0[output].extend(
Dlstm3_state_relaxed.mod.py618 input0[input].extend(
676 output0[output].extend(
Dlstm3_relaxed.mod.py618 input0[input].extend(
655 output0[output].extend(
Dlstm3_state3_relaxed.mod.py618 input0[input].extend(
656 output0[output].extend(
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drnn_float16.mod.py192 input0[input].extend(input0[input])
200 output0[output].extend(output0[output])
Dlstm3_state_float16.mod.py617 input0[input].extend(
675 output0[output].extend(
Dlstm3_float16.mod.py617 input0[input].extend(
654 output0[output].extend(
Dlstm3_state2_float16.mod.py617 input0[input].extend(
675 output0[output].extend(
Dlstm3_state3_float16.mod.py617 input0[input].extend(
655 output0[output].extend(
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Drnn.mod.py192 input0[input].extend(input0[input])
200 output0[output].extend(output0[output])
Dlstm3_state3.mod.py617 input0[input].extend(
655 output0[output].extend(
Dlstm3.mod.py617 input0[input].extend(
654 output0[output].extend(
Dlstm3_state2.mod.py617 input0[input].extend(
675 output0[output].extend(
Dlstm3_state.mod.py617 input0[input].extend(
675 output0[output].extend(
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_utils.h95 const float x1, const float y1, const float x2, const float y2, const bool extend) { in pointToLineSegSquaredDistanceFloat() argument
112 if (!extend && projectionLengthSqr < 0.0f) { in pointToLineSegSquaredDistanceFloat()
115 } else if (!extend && projectionLengthSqr > 1.0f) { in pointToLineSegSquaredDistanceFloat()
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dbuffer_with_extendable_buffer_test.cpp55 EXPECT_TRUE(buffer.extend(8 /* size */)); in TEST()
74 EXPECT_FALSE(emptyBuffer.extend(1 /* size */)); in TEST()
/packages/modules/ArtPrebuilt/
Dupdate-art-module-prebuilts.py127 module_content.extend([
146 content_lines.extend(module_content)
149 header_lines.extend(
/packages/modules/common/tools/
Dfinalize_sdk.py36 fetch_cmd.extend(['--bid', str(build_id)])
37 fetch_cmd.extend(['--target', target])
/packages/services/Car/tools/emulator/
Dvhal_emulator.py240 propValue.int32_values.extend(value)
242 propValue.float_values.extend(value)
/packages/apps/Traceur/src/com/android/traceur/
DTraceService.java144 notification.extend(new Notification.TvExtender()); in startTracingInternal()
227 notification.extend(new Notification.TvExtender()); in getBaseTraceurNotification()
/packages/services/Car/car_product/sepolicy/public/
Dfile.te3 # Vendors are supposed to extend genfs_contexts with the

123