Home
last modified time | relevance | path

Searched refs:some_function (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
H A Dtf_executor_ops_printer.mlir10 …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 Dtf_executor_ops_location_roundtrip.mlir23 …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 Dderef-pointers.ll10 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 Ddummy.cc5 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 Dattributes.m4205 …[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 Dattributes.m4189 …[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/
Dfunc_invoke_and_crash.cpp15 static int some_function() { in some_function() function
20 return some_function(); in foo()
Dtest_info_sources.cpp17 static int some_function() { in some_function() function
22 return some_function(); in foo()
/aosp_15_r20/frameworks/compile/libbcc/tests/debuginfo/target-tests/
Dbreakpoint_inlined_sourceline.rs22 static int some_function() {
27 return some_function();
Dbreakpoint_inlined_function.rs23 static int some_function() {
28 return some_function();
Dcrash.rs18 static int some_function() {
23 return some_function();
Dbreakpoint_sourceline.rs18 static int some_function() {
23 return some_function();
Dbreakpoint_function.rs19 static int some_function() {
24 return some_function();
Dglobal_int.rs24 static int some_function() {
29 return some_function();
/aosp_15_r20/external/clang/test/Sema/
H A Dunused-expr.c110 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/
Dmodule_to_import.py1 def some_function(): function
/aosp_15_r20/external/bazelbuild-rules_cc/examples/custom_toolchain/
H A Dbuildme.cc2 int some_function() { in some_function() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
H A Dshapes_for_arguments.py37 def some_function(self, x): member in TestModule
H A Ddebug_info.py29 def some_function(self, x, y): member in TestModule
H A Dexported_python_args.py26 def some_function(self, x): member in TestModule
H A Dbasic.py52 def some_function(self, x): member in TestModule
/aosp_15_r20/external/fonttools/
H A Dsetup.cfg50 ignore:some_function:DeprecationWarning:fontTools.ufoLib.utils
/aosp_15_r20/external/cpuinfo/deps/clog/
H A DREADME.md32 void some_function(...) {
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/
H A DREADME.md32 void some_function(...) {
/aosp_15_r20/external/pigweed/pw_cli/
H A Dapi.rst89 another_plugin some_module some_function

12