/external/llvm-project/clang-tools-extra/clangd/unittests/decision_forest_model/ |
D | forest.json | 3 "operation": "if_greater", string 7 "operation": "if_greater", string 11 "operation": "boost", string 15 "operation": "boost", string 20 "operation": "if_member", string 27 "operation": "boost", string 31 "operation": "boost", string 37 "operation": "if_member", string 44 "operation": "boost", string 48 "operation": "boost", string
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | simple_selectors.cc | 77 GPUOperation operation = CreateAdd(op_def, channels, dst_channels); in SelectAdd() local 84 Resize operation = CreateResize(op_def, attr); in SelectResize() local 95 GPUOperation operation = CreateConcatZ(op_def, channels, gpu_info); in SelectConcat() local 103 GPUOperation operation = CreateConcatXY(op_def, attr); in SelectConcat() local 123 GPUOperation operation = CreateReshapex4(op_def); in SelectReshape() local 126 GPUOperation operation = CreateReshape(op_def); in SelectReshape() local 134 GPUOperation operation = CreateSpaceToDepth(op_def, attr); in SelectSpaceToDepth() local 144 Split operation = CreateSplit(op_def, attr); in SelectSplit() local 151 GPUOperation operation = CreatePadding(op_def, attr); in SelectPadding() local 157 StridedSlice operation = CreateStridedSlice(op_def, attr); in SelectStridedSlice() local [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAlarmManager.java | 50 protected void set(int type, long triggerAtTime, PendingIntent operation) { in set() 61 protected void setExact(int type, long triggerAtTime, PendingIntent operation) { in setExact() 73 int type, long windowStartMillis, long windowLengthMillis, PendingIntent operation) { in setWindow() 89 protected void setAndAllowWhileIdle(int type, long triggerAtTime, PendingIntent operation) { in setAndAllowWhileIdle() 94 protected void setExactAndAllowWhileIdle(int type, long triggerAtTime, PendingIntent operation) { in setExactAndAllowWhileIdle() 100 int type, long triggerAtTime, long interval, PendingIntent operation) { in setRepeating() 106 int type, long triggerAtMillis, long intervalMillis, PendingIntent operation) { in setInexactRepeating() 111 protected void setAlarmClock(AlarmClockInfo info, PendingIntent operation) { in setAlarmClock() 126 private void internalSet(int type, long triggerAtTime, long interval, PendingIntent operation, in internalSet() 170 protected void cancel(PendingIntent operation) { in cancel() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise_test_util.cc | 41 GPUOperation operation = CreateElementwiseOneInput( in AbsTest() local 68 GPUOperation operation = CreateElementwiseOneInput( in CosTest() local 94 GPUOperation operation = CreateElementwiseOneInput( in CopyTest() local 119 GPUOperation operation = CreateElementwiseOneInput( in EluTest() local 147 GPUOperation operation = CreateElementwiseOneInput( in ExpTest() local 175 GPUOperation operation = CreateElementwiseOneInput( in HardSwishTest() local 202 GPUOperation operation = CreateElementwiseOneInput( in LogTest() local 229 GPUOperation operation = CreateElementwiseOneInput( in NegTest() local 255 GPUOperation operation = CreateElementwiseOneInput( in RsqrtTest() local 284 GPUOperation operation = CreateElementwiseOneInput( in SigmoidTest() local [all …]
|
D | padding_test_util.cc | 46 GPUOperation operation = CreatePadding(op_def, attr); in PaddingAppendWidthTest() local 76 GPUOperation operation = CreatePadding(op_def, attr); in PaddingPrependWidthTest() local 106 GPUOperation operation = CreatePadding(op_def, attr); in PaddingAppendHeightTest() local 135 GPUOperation operation = CreatePadding(op_def, attr); in PaddingPrependHeightTest() local 164 GPUOperation operation = CreatePadding(op_def, attr); in PaddingAppendChannelsTest() local 193 GPUOperation operation = CreatePadding(op_def, attr); in PaddingPrependChannelsTest() local 222 GPUOperation operation = CreatePadding(op_def, attr); in PaddingPrependChannelsX4Test() local 251 GPUOperation operation = CreatePadding(op_def, attr); in PaddingComplexTest() local 284 GPUOperation operation = CreatePadding(op_def, attr); in PaddingReflectWidthTest() local 314 GPUOperation operation = CreatePadding(op_def, attr); in PaddingReflectChannelsTest() local
|
D | resize_test_util.cc | 47 Resize operation = CreateResize(op_def, attr); in ResizeBilinearAlignedTest() local 79 Resize operation = CreateResize(op_def, attr); in ResizeBilinearNonAlignedTest() local 112 Resize operation = CreateResize(op_def, attr); in ResizeBilinearWithoutHalfPixelTest() local 144 Resize operation = CreateResize(op_def, attr); in ResizeBilinearWithHalfPixelTest() local 176 Resize operation = CreateResize(op_def, attr); in ResizeNearestTest() local 208 Resize operation = CreateResize(op_def, attr); in ResizeNearestAlignCornersTest() local 240 Resize operation = CreateResize(op_def, attr); in ResizeNearestHalfPixelCentersTest() local
|
D | reduce_test_util.cc | 43 Reduce operation = in MeanHWTest() local 70 Reduce operation = in ReduceSumChannelsTest() local 97 Reduce operation = in ReduceProductChannelsTest() local 125 Reduce operation = in ReduceMaxChannelsTest() local 153 Reduce operation = in ReduceMinChannelsTest() local
|
D | space_to_depth_test_util.cc | 42 GPUOperation operation = CreateSpaceToDepth(op_def, attr); in SpaceToDepthTensorShape1x2x2x1BlockSize2Test() local 69 GPUOperation operation = CreateSpaceToDepth(op_def, attr); in SpaceToDepthTensorShape1x2x2x2BlockSize2Test() local 98 GPUOperation operation = CreateSpaceToDepth(op_def, attr); in SpaceToDepthTensorShape1x2x2x3BlockSize2Test() local 129 GPUOperation operation = CreateSpaceToDepth(op_def, attr); in SpaceToDepthTensorShape1x4x4x1BlockSize2Test() local
|
D | softmax_test_util.cc | 44 GPUOperation operation = CreateSoftmax(op_def); in SoftmaxTest() local 84 GPUOperation operation = CreateSoftmax(op_def); in SoftmaxBigNumberTest() local 114 Softmax1x1 operation = CreateSoftmax1x1(op_def); in Softmax1x1Test() local 153 Softmax1x1 operation = CreateSoftmax1x1(op_def); in Softmax1x1BigNumberTest() local
|
D | concat_test_util.cc | 49 GPUOperation operation = CreateConcatXY(op_def, attr); in ConcatWidthTest() local 82 GPUOperation operation = CreateConcatXY(op_def, attr); in ConcatHeightTest() local 117 GPUOperation operation = in ConcatChannelsTest() local 154 GPUOperation operation = CreateConcatZ(op_def, {4, 4}, env->GetGpuInfo()); in ConcatChannelsAlignedx4Test() local
|
D | relu_test_util.cc | 46 GPUOperation operation = CreateReLU(op_def, attr); in ReLUNoClipNoAlphaTest() local 75 GPUOperation operation = CreateReLU(op_def, attr); in ReLUClipTest() local 104 GPUOperation operation = CreateReLU(op_def, attr); in ReLUAlphaTest() local 133 GPUOperation operation = CreateReLU(op_def, attr); in ReLUAlphaClipTest() local
|
D | conv_powervr_test_util.cc | 52 ConvPowerVR operation = in ConvPowerVR1x1SimpleWeightsTest() local 89 ConvPowerVR operation = in ConvPowerVR1x1Test() local 126 ConvPowerVR operation = in ConvPowerVRSimpleWeightsTest() local 163 ConvPowerVR operation = in ConvPowerVRTest() local
|
D | pooling_test_util.cc | 49 GPUOperation operation = CreatePooling(op_def, attr); in AveragePoolingTest() local 80 GPUOperation operation = CreatePooling(op_def, attr); in AveragePoolingNonEmptyPaddingTest() local 112 GPUOperation operation = CreatePooling(op_def, attr); in MaxPoolingTest() local 146 GPUOperation operation = CreatePooling(op_def, attr); in MaxPoolingIndicesTest() local
|
D | resize.cc | 29 Resize::Resize(Resize&& operation) in Resize() function in tflite::gpu::Resize 32 Resize& Resize::operator=(Resize&& operation) { in operator =() 164 Resize3D::Resize3D(Resize3D&& operation) in Resize3D() function in tflite::gpu::Resize3D 167 Resize3D& Resize3D::operator=(Resize3D&& operation) { in operator =()
|
/external/libevent/ |
D | epolltable-internal.h | 136 static const struct operation { struct 137 int events; 138 int op;
|
/external/boringssl/src/util/fipstools/acvp/ |
D | ACVP.md | 28 ### Testing other FIPS modules 120 ### Interactive Use 234 ### Running test sessions
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanShouldStopHere.cpp | 39 FrameComparison operation, Status &status) { in InvokeShouldStopHereCallback() 58 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultShouldStopHereCallback() 94 ThreadPlan *current_plan, Flags &flags, FrameComparison operation, in DefaultStepFromHereCallback() 144 lldb_private::Flags &flags, lldb::FrameComparison operation, in QueueStepOutFromHerePlan() 155 lldb::FrameComparison operation, Status &status) { in CheckShouldStopHereAndQueueStepOut()
|
/external/python/cpython3/Lib/idlelib/ |
D | redirector.py | 67 def register(self, operation, function): argument 82 def unregister(self, operation): argument 98 def dispatch(self, operation, *args): argument 131 def __init__(self, redir, operation): argument
|
/external/python/cpython2/Lib/idlelib/ |
D | WidgetRedirector.py | 67 def register(self, operation, function): argument 82 def unregister(self, operation): argument 98 def dispatch(self, operation, *args): argument 131 def __init__(self, redir, operation): argument
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | operation_fusion.md | 76 ### Wrap the composite operation in a `tf.function` 85 ### Write conversion code 101 ### Convert to TensorFlow Lite
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | cl_test.cc | 48 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation() 102 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation() 150 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation() 160 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation()
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/ |
D | PrimitiveOp.java | 56 protected final Operation operation; field in PrimitiveOp 63 protected PrimitiveOp(Operation operation) { in PrimitiveOp()
|
/external/conscrypt/benchmark-graphs/src/main/resources/json/templates/ |
D | SslEngineBenchmark.json | 3 "operation": "modify-overwrite-beta", string 11 "operation": "shift", string 28 "operation": "shift", string
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | testing_util.h | 52 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation() 60 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation()
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
D | Session.java | 131 public Runner feed(String operation, Tensor<?> t) { in feed() 142 public Runner feed(String operation, int index, Tensor<?> t) { in feed() 171 public Runner fetch(String operation) { in fetch() 181 public Runner fetch(String operation, int index) { in fetch() 208 public Runner addTarget(String operation) { in addTarget() 222 public Runner addTarget(Operation operation) { in addTarget()
|