Searched refs:rarray (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/pad/ |
H A D | ops_defs.py | 53 rarray = tf.raw_ops.Reverse(tensor=input_, dims=rdims) 60 value=rarray, 65 value=rarray, 71 value=rarray, 76 value=rarray,
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/ipc/semctl/ |
H A D | semctl01.c | 184 unsigned short rarray[PSEMS]; in func_sall() local 186 SAFE_SEMCTL(sem_id, 0, GETALL, (union semun)rarray); in func_sall() 188 if (array[i] != rarray[i]) { in func_sall()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/ |
D | README.md | 132 * [`array`](https://sqlite.org/carray.html), The `rarray()` Table-Valued Function. (Implies `vtab`.)
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/ |
D | README.md | 131 * [`array`](https://sqlite.org/carray.html), The `rarray()` Table-Valued Function. (Implies `vtab`.)
|