Home
last modified time | relevance | path

Searched refs:NoOp (Results 1 – 25 of 123) sorted by relevance

12345

/external/webrtc/system_wrappers/include/
Dmetrics.h32 void NoOp(const Ts&...) {} in NoOp() function
46 #define EXPECT_METRIC_EQ(val1, val2) webrtc::metrics_impl::NoOp(val1, val2)
47 #define EXPECT_METRIC_EQ_WAIT(val1, val2, timeout) webrtc::metrics_impl::NoOp(val1, val2, timeout)
48 #define EXPECT_METRIC_GT(val1, val2) webrtc::metrics_impl::NoOp(val1, val2)
49 #define EXPECT_METRIC_LE(val1, val2) webrtc::metrics_impl::NoOp(val1, val2)
50 #define EXPECT_METRIC_TRUE(condition) webrtc::metrics_impl::NoOp(condition || true)
51 #define EXPECT_METRIC_FALSE(condition) webrtc::metrics_impl::NoOp(condition && false)
52 #define EXPECT_METRIC_THAT(value, matcher) webrtc::metrics_impl::NoOp(value, testing::_)
283 #define RTC_HISTOGRAM_COUNTS_100(name, sample) webrtc::metrics_impl::NoOp(name, sample)
285 #define RTC_HISTOGRAM_COUNTS_200(name, sample) webrtc::metrics_impl::NoOp(name, sample)
[all …]
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_tmp_bf16_ops.cc35 Name("Conv2D").Device(DEVICE_CPU).TypeConstraint<T>("T"), NoOp); \
38 NoOp); \
41 NoOp); \
43 Name("_FusedConv2D").Device(DEVICE_CPU).TypeConstraint<T>("T"), NoOp); \
45 Name("AvgPool").Device(DEVICE_CPU).TypeConstraint<T>("T"), NoOp); \
47 Name("AvgPoolGrad").Device(DEVICE_CPU).TypeConstraint<T>("T"), NoOp); \
52 NoOp); \
57 NoOp); \
59 Name("_FusedMatMul").Device(DEVICE_CPU).TypeConstraint<T>("T"), NoOp);
/external/skia/src/core/
DSkRecordOpts.cpp42 Greedy<Is<NoOp>>, in multiple_set_matrices()
47 record->replace<NoOp>(begin); // first SetMatrix in multiple_set_matrices()
60 Greedy<Is<NoOp>>,
65 record->replace<NoOp>(begin); // first SetMatrix
79 Greedy<Or<Is<NoOp>, IsDraw>>,
84 record->replace<NoOp>(begin); // Save in onMatch()
85 record->replace<NoOp>(end-1); // Restore in onMatch()
159 record->replace<NoOp>(i); in onMatch()
216 record->replace<NoOp>(saveLayerIndex); // SaveLayer in KillSaveLayerAndRestore()
217 record->replace<NoOp>(saveLayerIndex+2); // Restore in KillSaveLayerAndRestore()
[all …]
DSkRecord.h41 auto visit(int i, F&& f) const -> decltype(f(SkRecords::NoOp())) {
50 auto mutate(int i, F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
148 auto visit(F&& f) const -> decltype(f(SkRecords::NoOp())) {
153 static const SkRecords::NoOp noop{};
159 auto mutate(F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
164 static const SkRecords::NoOp noop{};
165 return f(const_cast<SkRecords::NoOp*>(&noop));
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dgraph_pruning_preserve_ops.mlir9 // CHECK: "tf.NoOp"
10 %1 = tf_executor.island wraps "tf.NoOp"() : () -> ()
22 // CHECK: "tf.NoOp"
23 %1 = tf_executor.island wraps "tf.NoOp"() : () -> ()
35 // CHECK: "tf.NoOp"
36 %1 = tf_executor.island wraps "tf.NoOp"() : () -> ()
50 // CHECK: "tf.NoOp"
51 %1 = tf_executor.island wraps "tf.NoOp"() : () -> ()
65 // CHECK: "tf.NoOp"
66 %1 = tf_executor.island wraps "tf.NoOp"() : () -> ()
Droundtrip-tf-executor.mlir8 %0 = tf_executor.island wraps "tf.NoOp"() {} : () -> () loc("X")
14 // Check for the presence of tf.NoOp in the final output.
15 // CHECK: tf.NoOp
/external/skqp/src/core/
DSkRecordOpts.cpp42 Greedy<Is<NoOp>>, in multiple_set_matrices()
47 record->replace<NoOp>(begin); // first SetMatrix in multiple_set_matrices()
60 Greedy<Is<NoOp>>,
65 record->replace<NoOp>(begin); // first SetMatrix
79 Greedy<Or<Is<NoOp>, IsDraw>>,
84 record->replace<NoOp>(begin); // Save in onMatch()
85 record->replace<NoOp>(end-1); // Restore in onMatch()
162 record->replace<NoOp>(i); in onMatch()
225 record->replace<NoOp>(saveLayerIndex); // SaveLayer in KillSaveLayerAndRestore()
226 record->replace<NoOp>(saveLayerIndex+2); // Restore in KillSaveLayerAndRestore()
[all …]
DSkRecord.h41 auto visit(int i, F&& f) const -> decltype(f(SkRecords::NoOp())) {
50 auto mutate(int i, F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
161 auto visit(F&& f) const -> decltype(f(SkRecords::NoOp())) {
166 static const SkRecords::NoOp noop{};
172 auto mutate(F&& f) -> decltype(f((SkRecords::NoOp*)nullptr)) {
177 static const SkRecords::NoOp noop{};
178 return f(const_cast<SkRecords::NoOp*>(&noop));
/external/python/cffi/testing/cffi1/
Dtest_parse_c_type.py147 NoOp = make_getter('NOOP') variable
193 NoOp(3), '->', Pointer(1), OpenArray(0)]
195 NoOp(3), '->', Pointer(1),
199 NoOp(2), Pointer(3), '->', Pointer(4)]
202 NoOp(6), Pointer(3), '->', Pointer(4),
209 '->', Func(0), NoOp(4), FuncEnd(0),
213 '->', Func(0), NoOp(5), NoOp(6), FuncEnd(0),
217 '->', Func(0), NoOp(5), FuncEnd(0),
224 '->', Func(0), NoOp(5), FuncEnd(1), 0,
229 NoOp(3), '->', Pointer(1),
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dno_op.cc23 class NoOp : public OpKernel { class
25 explicit NoOp(OpKernelConstruction* context) : OpKernel(context) {} in NoOp() function in tensorflow::__anon378ee6780111::NoOp
34 REGISTER_XLA_OP(Name("NoOp").CompilationOnly(), NoOp);
38 REGISTER_XLA_OP(Name("ControlTrigger").CompilationOnly(), NoOp);
/external/chromium-trace/catapult/systrace/profile_chrome/
Dui.py20 def NoOp(*_, **__): # pylint: disable=unused-argument function
25 PrintMessage = NoOp
26 WaitForEnter = NoOp
/external/skia/tests/
DRecordOptsTest.cpp30 record.replace<SkRecords::NoOp>(1); // NoOps should be allowed. in DEF_TEST()
47 assert_type<SkRecords::NoOp>(r, record, i); in DEF_TEST()
70 assert_type<SkRecords::NoOp>(r, record, index); in DEF_TEST()
110 assert_type<SkRecords::NoOp>(r, *record, i); in assert_savelayer_restore()
111 assert_type<SkRecords::NoOp>(r, *record, i+1); in assert_savelayer_restore()
124 assert_type<SkRecords::NoOp>(r, *record, i); in assert_savelayer_draw_restore()
125 assert_type<SkRecords::NoOp>(r, *record, i+2); in assert_savelayer_draw_restore()
205 assert_type<SkRecords::NoOp>(r, *record, i); in assert_merge_svg_opacity_and_filter_layers()
206 assert_type<SkRecords::NoOp>(r, *record, i + 6); in assert_merge_svg_opacity_and_filter_layers()
DRecordTest.cpp85 APPEND(record, SkRecords::NoOp); in DEF_TEST()
87 APPEND(record, SkRecords::NoOp); in DEF_TEST()
88 APPEND(record, SkRecords::NoOp); in DEF_TEST()
/external/skqp/tests/
DRecordOptsTest.cpp31 record.replace<SkRecords::NoOp>(1); // NoOps should be allowed. in DEF_TEST()
48 assert_type<SkRecords::NoOp>(r, record, i); in DEF_TEST()
71 assert_type<SkRecords::NoOp>(r, record, index); in DEF_TEST()
111 assert_type<SkRecords::NoOp>(r, *record, i); in assert_savelayer_restore()
112 assert_type<SkRecords::NoOp>(r, *record, i+1); in assert_savelayer_restore()
125 assert_type<SkRecords::NoOp>(r, *record, i); in assert_savelayer_draw_restore()
126 assert_type<SkRecords::NoOp>(r, *record, i+2); in assert_savelayer_draw_restore()
216 assert_type<SkRecords::NoOp>(r, *record, i); in assert_merge_svg_opacity_and_filter_layers()
217 assert_type<SkRecords::NoOp>(r, *record, i + 6); in assert_merge_svg_opacity_and_filter_layers()
DRecordTest.cpp85 APPEND(record, SkRecords::NoOp); in DEF_TEST()
87 APPEND(record, SkRecords::NoOp); in DEF_TEST()
88 APPEND(record, SkRecords::NoOp); in DEF_TEST()
/external/tensorflow/tensorflow/core/kernels/
Dno_op.cc20 REGISTER_KERNEL_BUILDER(Name("NoOp").Device(DEVICE_DEFAULT), NoOp);
21 REGISTER_KERNEL_BUILDER(Name("NoOp").Device(DEVICE_TPU_SYSTEM), NoOp);
Dno_op.h23 class NoOp : public OpKernel {
25 explicit NoOp(OpKernelConstruction* context) : OpKernel(context) {} in NoOp() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/
Dnoop.mlir5 tf_executor.island wraps "tf.NoOp"() {} : () -> () loc("noop")
13 // CHECK-NEXT: op: "NoOp"
Dfunc_attr.mlir9 …%control = tf_executor.island wraps "tf.NoOp"() {_f = #tf.func<@callee, {attr2 = true, attr3 = 8.0…
22 // CHECK: op: "NoOp"
/external/mesa3d/src/mapi/glapi/
Dglapi_nop.c107 #define NAME(func) NoOp##func
115 #define TABLE_ENTRY(name) (_glapi_proc) NoOp##name
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dgraph-function-defs.pbtxt81 op: "NoOp"
266 name: "NoOp"
267 op: "NoOp"
361 input: "^NoOp"
373 input: "^NoOp"
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc459 class NoOp { class
463 Op(NoOp* p, grpc_call_stack* s) {} in Op()
580 BENCHMARK_TEMPLATE(BM_IsolatedFilter, NoFilter, NoOp);
582 BENCHMARK_TEMPLATE(BM_IsolatedFilter, DummyFilter, NoOp);
585 BENCHMARK_TEMPLATE(BM_IsolatedFilter, ClientChannelFilter, NoOp);
587 BENCHMARK_TEMPLATE(BM_IsolatedFilter, CompressFilter, NoOp);
591 BENCHMARK_TEMPLATE(BM_IsolatedFilter, ClientDeadlineFilter, NoOp);
595 BENCHMARK_TEMPLATE(BM_IsolatedFilter, ServerDeadlineFilter, NoOp);
599 BENCHMARK_TEMPLATE(BM_IsolatedFilter, HttpClientFilter, NoOp);
602 BENCHMARK_TEMPLATE(BM_IsolatedFilter, HttpServerFilter, NoOp);
[all …]
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-full-conversion.mlir3 // expected-error@below{{The following operations cannot be legalized: tf.NoOp (count: 1); tf_execu…
8 // expected-error@+1 {{'tf.NoOp' op is not legalizable}}
9 "tf.NoOp"() {} : () -> ()
/external/tensorflow/tensorflow/compiler/jit/tests/
Dopens2s_gnmt_mixed_precision.golden_summary224 NoOp 13
257 NoOp 2
297 NoOp 2
340 NoOp 13
/external/webrtc/third_party/abseil-cpp/absl/hash/
Dhash_test.cc609 struct NoOp { struct
611 friend HashCode AbslHashValue(HashCode h, NoOp n) { in AbslHashValue()
760 EXPECT_EQ(Hash<NoOp>()({}), Hash<NoOp>()({})); in TEST()
761 EXPECT_EQ(Hash<NoOp>()({}), Hash<EmptyCombine>()({})); in TEST()
770 EXPECT_NE(Hash<NoOp>()({}), Hash<TypeParam>()(0)); in TYPED_TEST_P()
771 EXPECT_NE(Hash<NoOp>()({}), in TYPED_TEST_P()
774 EXPECT_NE(Hash<NoOp>()({}), in TYPED_TEST_P()
855 ConvertibleFromNoOp(NoOp) {} // NOLINT(runtime/explicit) in ConvertibleFromNoOp()
864 EXPECT_NE(Hash<ConvertibleFromNoOp>()(NoOp()), in TEST()
865 Hash<NoOp>()(NoOp())); in TEST()

12345