HomeSort by relevance Sort by last modified time
    Searched refs:vbn (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/include/vms/
internal.h 34 unsigned int vbn; /* Base virtual block number. */ member in struct:vms_internal_eisd
eisd.h 67 unsigned char vbn[4]; member in struct:vms_eisd
lbr.h 92 /* VBN of a simply linked list of free blocks. The list is terminated by a
93 nul VBN. */
145 unsigned char vbn[4]; member in struct:vms_idd
167 /* VBN of the parent. */
183 unsigned char vbn[4]; member in struct:vms_rfa
193 /* Offset from the start of the vbn, so minimum should be
251 /* Next vbn. */
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
virtual_batchnorm_test.py 42 vbn = virtual_batchnorm.VBN(reference_batch, batch_axis=1)
43 vbn(array_ops.ones([5, 7, 16, 9, 15]))
49 vbn = virtual_batchnorm.VBN(reference_batch, axis=-1, batch_axis=-2)
50 vbn(minibatch)
88 vbn = virtual_batchnorm.VBN(partial_batch, reduction_axis)
89 vb_mean, mean_sq = vbn._virtual_statistics(
104 """Check that batch norm from VBN agrees with opensource implementation.""
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
vms-lib.c 171 unsigned int vbn; local
176 vbn = bfd_getl32 (rfa->vbn);
177 if (vbn == 0)
181 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset);
187 bfd_getl32 (lns.modrfa.vbn),
195 /* Read block VBN from ABFD and store it into BLK. Return FALSE in case of error. */
198 vms_read_block (bfd *abfd, unsigned int vbn, void *blk)
202 off = (vbn - 1) * VMS_BLOCK_SIZE;
210 /* Write the content of BLK to block VBN of ABFD. Return FALSE in case of error. *
388 unsigned int vbn; local
1603 unsigned int vbn; \/* VBN of the block. *\/ member in struct:idxblk
2041 unsigned int vbn; local
    [all...]
vms-alpha.c 521 unsigned int vbn;
546 vbn = bfd_getl32 (eisd->vbn);
549 offset, size, (unsigned long)vaddr, flags, vbn));
556 if (vbn != 0)
609 section->filepos = vbn ? VMS_BLOCK_SIZE * (vbn - 1) : 0;
519 unsigned int vbn; local
    [all...]

Completed in 3190 milliseconds