Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/external/llvm-project/clang-tools-extra/clangd/unittests/decision_forest_model/
Dforest.json3 "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/
Dsimple_selectors.cc77 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/
DShadowAlarmManager.java50 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/
Delementwise_test_util.cc41 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 …]
Dpadding_test_util.cc46 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
Dresize_test_util.cc47 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
Dreduce_test_util.cc43 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
Dspace_to_depth_test_util.cc42 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
Dsoftmax_test_util.cc44 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
Dconcat_test_util.cc49 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
Drelu_test_util.cc46 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
Dconv_powervr_test_util.cc52 ConvPowerVR operation = in ConvPowerVR1x1SimpleWeightsTest() local
89 ConvPowerVR operation = in ConvPowerVR1x1Test() local
126 ConvPowerVR operation = in ConvPowerVRSimpleWeightsTest() local
163 ConvPowerVR operation = in ConvPowerVRTest() local
Dpooling_test_util.cc49 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
Dresize.cc29 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/
Depolltable-internal.h136 static const struct operation { struct
137 int events;
138 int op;
/external/boringssl/src/util/fipstools/acvp/
DACVP.md28 ### Testing other FIPS modules
120 ### Interactive Use
234 ### Running test sessions
/external/llvm-project/lldb/source/Target/
DThreadPlanShouldStopHere.cpp39 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/
Dredirector.py67 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/
DWidgetRedirector.py67 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/
Doperation_fusion.md76 ### 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/
Dcl_test.cc48 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/
DPrimitiveOp.java56 protected final Operation operation; field in PrimitiveOp
63 protected PrimitiveOp(Operation operation) { in PrimitiveOp()
/external/conscrypt/benchmark-graphs/src/main/resources/json/templates/
DSslEngineBenchmark.json3 "operation": "modify-overwrite-beta", string
11 "operation": "shift", string
28 "operation": "shift", string
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtesting_util.h52 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation()
60 std::unique_ptr<GPUOperation>&& operation, in ExecuteGPUOperation()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DSession.java131 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()

12345678910>>...17