/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
H A D | tf_executor_ops_printer.mlir | 10 …g0, %arg1) : (tensor<i32>, tensor<f32>) -> (tensor<i32>, tensor<f32>) loc("identity@some_function") 11 tf_executor.yield %1#0, %1#1 : tensor<i32>, tensor<f32> loc("identity@some_function") 12 } loc("identity@some_function") 24 …g0, %arg1) : (tensor<i32>, tensor<f32>) -> (tensor<i32>, tensor<f32>) loc("identity@some_function") 25 tf_executor.yield %1#1, %1#0 : tensor<f32>, tensor<i32> loc("identity@some_function") 26 } loc("identity@some_function") 39 tf_executor.yield %1#0, %1#1 : tensor<i32>, tensor<f32> loc("identity@some_function") 40 } loc("identity@some_function") 52 …g0, %arg1) : (tensor<i32>, tensor<f32>) -> (tensor<i32>, tensor<f32>) loc("identity@some_function") 54 } loc("identity@some_function") [all …]
|
H A D | tf_executor_ops_location_roundtrip.mlir | 23 …CK-NEXT: "tf.Identity"(%{{.*}}) : (tensor<f32>) -> tensor<f32> loc("identity@some_function") 24 …CHECK-NEXT: "tf_executor.yield"(%{{.*}}) : (tensor<f32>) -> () loc("identity@some_function") 25 // CHECK-NEXT: }) : () -> (tensor<f32>, !tf_executor.control) loc("identity@some_function") 34 %2 = "tf.Identity"(%arg0) : (tensor<f32>) -> tensor<f32> loc("identity@some_function") 35 "tf_executor.yield"(%2) : (tensor<f32>) -> () loc("identity@some_function") 36 }) : () -> (tensor<f32>, !tf_executor.control) loc("identity@some_function") 50 …CK-NEXT: "tf.Identity"(%{{.*}}) : (tensor<f32>) -> tensor<f32> loc("identity@some_function") 51 …CHECK-NEXT: "tf_executor.yield"(%{{.*}}) : (tensor<f32>) -> () loc("identity@some_function") 52 // CHECK-NEXT: }) : () -> (tensor<f32>, !tf_executor.control) loc("NOT_identity@some_function") 61 %2 = "tf.Identity"(%arg0) : (tensor<f32>) -> tensor<f32> loc("identity@some_function") [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
H A D | deref-pointers.ll | 10 declare i8 addrspace(1)* @some_function() "gc-leaf-function" 37 ; CHECK: %a = call i8 addrspace(1)* @some_function() 39 %a = call dereferenceable(4) i8 addrspace(1)* @some_function() 46 ; CHECK: %a = call i8 addrspace(1)* @some_function() 48 %a = call dereferenceable_or_null(4) i8 addrspace(1)* @some_function() 55 ; CHECK: %a = call i8 addrspace(1)* @some_function() 57 %a = call noalias i8 addrspace(1)* @some_function()
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | dummy.cc | 5 static __attribute__((noinline)) int some_function(int x, int y) { in some_function() function 12 printf("%p\n", &some_namespace::some_function); in main() 14 printf("result = %d\n", some_namespace::some_function(42, 11)); in main()
|
/aosp_15_r20/external/rnnoise/m4/ |
H A D | attributes.m4 | 205 …[void __attribute__((nonnull())) some_function(void *foo, void *bar) { foo = (void*)0; bar = (void… 212 [void some_function(void *foo, __attribute__((unused)) void *bar);], 219 [void some_function(void *foo, ...) __attribute__((sentinel));], 226 [void some_function(void *foo, ...) __attribute__((deprecated));], 234 void some_function(void *foo) __attribute__((weak, alias("other_function")));], 285 [int some_function() {
|
/aosp_15_r20/external/kmod/m4/ |
H A D | attributes.m4 | 189 …[void __attribute__((nonnull())) some_function(void *foo, void *bar) { foo = (void*)0; bar = (void… 196 [void some_function(void *foo, __attribute__((unused)) void *bar);], 203 [void some_function(void *foo, ...) __attribute__((sentinel));], 210 [void some_function(void *foo, ...) __attribute__((deprecated));], 218 void some_function(void *foo) __attribute__((weak, alias("other_function")));],
|
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | func_invoke_and_crash.cpp | 15 static int some_function() { in some_function() function 20 return some_function(); in foo()
|
D | test_info_sources.cpp | 17 static int some_function() { in some_function() function 22 return some_function(); in foo()
|
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/target-tests/ |
D | breakpoint_inlined_sourceline.rs | 22 static int some_function() { 27 return some_function();
|
D | breakpoint_inlined_function.rs | 23 static int some_function() { 28 return some_function();
|
D | crash.rs | 18 static int some_function() { 23 return some_function();
|
D | breakpoint_sourceline.rs | 18 static int some_function() { 23 return some_function();
|
D | breakpoint_function.rs | 19 static int some_function() { 24 return some_function();
|
D | global_int.rs | 24 static int some_function() { 29 return some_function();
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | unused-expr.c | 110 void *some_function(void); 112 …(void*) some_function(); //expected-warning {{expression result unused; should this cast be to 'vo… in t10()
|
/aosp_15_r20/external/python/mako/test/ |
D | module_to_import.py | 1 def some_function(): function
|
/aosp_15_r20/external/bazelbuild-rules_cc/examples/custom_toolchain/ |
H A D | buildme.cc | 2 int some_function() { in some_function() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/ |
H A D | shapes_for_arguments.py | 37 def some_function(self, x): member in TestModule
|
H A D | debug_info.py | 29 def some_function(self, x, y): member in TestModule
|
H A D | exported_python_args.py | 26 def some_function(self, x): member in TestModule
|
H A D | basic.py | 52 def some_function(self, x): member in TestModule
|
/aosp_15_r20/external/fonttools/ |
H A D | setup.cfg | 50 ignore:some_function:DeprecationWarning:fontTools.ufoLib.utils
|
/aosp_15_r20/external/cpuinfo/deps/clog/ |
H A D | README.md | 32 void some_function(...) {
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/ |
H A D | README.md | 32 void some_function(...) {
|
/aosp_15_r20/external/pigweed/pw_cli/ |
H A D | api.rst | 89 another_plugin some_module some_function
|