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

  /external/tensorflow/tensorflow/contrib/slim/python/slim/data/
tfexample_decoder.py 348 image_key=None,
358 image_key: the name of the TF-Example feature in which the encoded image
379 if not image_key:
380 image_key = 'image/encoded'
384 super(Image, self).__init__([image_key, format_key])
385 self._image_key = image_key
  /external/u-boot/tools/
mxsimage.c 163 uint8_t image_key[16]; member in struct:sb_image_ctx
211 iv = ictx->image_key;
214 ret = EVP_CipherInit(ctx, EVP_aes_128_cbc(), ictx->image_key, iv, enc);
344 sb_aes_crypt(ictx, ictx->image_key, ictx->sb_dict_key.key,
354 sb_aes_crypt(ictx, ictx->sb_dict_key.key, ictx->image_key,
    [all...]

Completed in 732 milliseconds