HomeSort by relevance Sort by last modified time
    Searched defs:block (Results 76 - 100 of 1844) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/ml/nn/runtime/test/specs/V1_1/
space_to_batch_quant8_1.mod.py 3 block = Parameter("block_size", "TENSOR_INT32", "{2}", [2, 2]) variable
7 model = model.Operation("SPACE_TO_BATCH_ND", i1, block, paddings).To(output)
space_to_batch_quant8_2.mod.py 3 block = Parameter("block_size", "TENSOR_INT32", "{2}", [3, 2]) variable
7 model = model.Operation("SPACE_TO_BATCH_ND", i1, block, paddings).To(output)
space_to_batch_quant8_3.mod.py 3 block = Parameter("block_size", "TENSOR_INT32", "{2}", [3, 2]) variable
7 model = model.Operation("SPACE_TO_BATCH_ND", i1, block, paddings).To(output)
space_to_batch_relaxed.mod.py 19 block = Parameter("block_size", "TENSOR_INT32", "{2}", [2, 2]) variable
23 model = model.Operation("SPACE_TO_BATCH_ND", i1, block, paddings).To(output)
space_to_depth_float_1_relaxed.mod.py 19 block = Int32Scalar("block_size", 2) variable
22 model = model.Operation("SPACE_TO_DEPTH", i1, block).To(output)
space_to_depth_float_2_relaxed.mod.py 19 block = Int32Scalar("block_size", 2) variable
22 model = model.Operation("SPACE_TO_DEPTH", i1, block).To(output)
space_to_depth_float_3_relaxed.mod.py 19 block = Int32Scalar("block_size", 2) variable
22 model = model.Operation("SPACE_TO_DEPTH", i1, block).To(output)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
vec.h 32 struct isl_blk block; member in struct:isl_vec
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 27 msg = "goto %s jumps into block"
43 // A block tracks label declarations in a block and its enclosing blocks.
44 type block struct { type
45 parent *block // enclosing block
46 lstmt *ast.LabeledStmt // labeled statement to which this block belongs, or nil
50 // insert records a new label declaration for the current block.
51 // The label must not have been declared before in any block.
52 func (b *block) insert(s *ast.LabeledStmt)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
labels.go 27 msg = "goto %s jumps into block"
43 // A block tracks label declarations in a block and its enclosing blocks.
44 type block struct { type
45 parent *block // enclosing block
46 lstmt *ast.LabeledStmt // labeled statement to which this block belongs, or nil
50 // insert records a new label declaration for the current block.
51 // The label must not have been declared before in any block.
52 func (b *block) insert(s *ast.LabeledStmt)
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
NodeWithBlockStmt.java 9 T setBody(BlockStmt block);
12 BlockStmt block = new BlockStmt(); local
13 setBody(block);
14 block.setParentNode((Node) this);
16 return block;
  /frameworks/base/core/java/android/os/
ConditionVariable.java 25 * open(), close() and block() are sticky. If open() is called before block(),
26 * block() will not block, and instead return immediately.
59 * Any threads that later approach block() will not block unless close()
77 * Any threads that call block() will block until someone calls open.
87 * Block the current thread until the condition is opened.
92 public void block() method in class:ConditionVariable
117 public boolean block(long timeout) method in class:ConditionVariable
    [all...]
  /external/avb/libavb/
avb_sha.h 43 /* Block size in bytes of a SHA-256 digest. */
47 /* Block size in bytes of a SHA-512 digest. */
55 uint8_t block[2 * AVB_SHA256_BLOCK_SIZE]; member in struct:__anon14246
64 uint8_t block[2 * AVB_SHA512_BLOCK_SIZE]; member in struct:__anon14247
  /external/boringssl/src/crypto/fipsmodule/aes/
aes_test.cc 43 uint8_t block[AES_BLOCK_SIZE]; local
44 AES_encrypt(plaintext.data(), block, &aes_key);
45 EXPECT_EQ(Bytes(ciphertext), Bytes(block));
48 OPENSSL_memcpy(block, plaintext.data(), AES_BLOCK_SIZE);
49 AES_encrypt(block, block, &aes_key);
50 EXPECT_EQ(Bytes(ciphertext), Bytes(block));
55 AES_decrypt(ciphertext.data(), block, &aes_key);
56 EXPECT_EQ(Bytes(plaintext), Bytes(block));
59 OPENSSL_memcpy(block, ciphertext.data(), AES_BLOCK_SIZE)
    [all...]
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
55 const CFGBlock *block = worklist.pop_back_val(); local
57 if (visited[block->getBlockID()])
59 visited[block->getBlockID()] = true;
64 DstReachability[block->getBlockID()] = true;
70 for (CFGBlock::const_pred_iterator i = block->pred_begin(),
71 e = block->pred_end(); i != e; ++i) {
  /external/e2fsprogs/e2fsck/
extend.c 33 char *block; local
48 block = malloc(blocksize);
49 if (block == 0) {
50 fprintf(stderr, _("Couldn't allocate block buffer (size=%d)\n"),
54 memset(block, 0, blocksize);
66 ret = read(fd, block, blocksize);
76 ret = write(fd, block, blocksize);
  /external/fec/
rs_speedtest.c 10 unsigned char block[255]; local
18 block[i] = 0x01;
21 encode_rs_char(rs,block,&block[223]);
26 block[0] ^= 0xff; /* Introduce an error */
27 block[2] ^= 0xff; /* Introduce an error */
29 decode_rs_char(rs,block,NULL,0);
38 encode_rs_8(block,&block[223],0);
42 block[0] ^= 0xff; /* Introduce an error *
    [all...]
  /external/fsck_msdos/
boot.c 55 u_char block[DOSBOOTBLOCKSIZE]; local
60 if (read(dosfs, block, sizeof block) < sizeof block) {
61 perror("could not read boot block");
65 if (block[510] != 0x55 || block[511] != 0xaa) {
66 pfatal("Invalid signature in boot block: %02x%02x", block[511], block[510])
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithBlockStmt.java 33 N setBody(BlockStmt block);
36 BlockStmt block = new BlockStmt(); local
37 setBody(block);
38 return block;
  /external/ltp/testcases/kernel/fs/mongo/
map5.c 15 int block; local
38 block = 0;
44 while (ioctl(fd, FIBMAP, &block) == 0) {
46 last_block = block - 1;
47 first_block = block;
49 if (block != last_block + 1) {
53 first_block = block;
54 last_block = block;
59 if (!block) {
69 block = i
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_gs_count_vertices.c 63 * end block. So we don't need to walk all of them.
67 nir_block *block = (nir_block *) entry->key; local
69 nir_foreach_instr_reverse(instr, block) {
  /external/mesa3d/src/mesa/main/
execmem.c 42 * Allocate a large block of memory which can hold code then dole it out
93 struct mem_block *block = NULL; local
103 block = mmAllocMem( exec_heap, size, 32, 0 );
106 if (block)
107 addr = exec_mem + block->ofs;
124 struct mem_block *block = mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem); local
126 if (block)
127 mmFreeMem(block);
  /external/squashfs-tools/kernel/fs/squashfs/
id.c 51 int block = SQUASHFS_ID_BLOCK(index); local
53 u64 start_block = le64_to_cpu(msblk->id_table[block]);
  /external/strace/tests/
tprintf.c 60 ssize_t block = write_retry(fd, &buf[offset], count); local
62 offset += block;
63 count -= (size_t) block;
  /external/strace/tests-m32/
tprintf.c 60 ssize_t block = write_retry(fd, &buf[offset], count); local
62 offset += block;
63 count -= (size_t) block;

Completed in 411 milliseconds

1 2 34 5 6 7 8 91011>>