Searched refs:TAG_IMAGE (Results 1 – 3 of 3) sorted by relevance
15 TAG_IMAGE := "tflite-runtime-builder-$(subst :,-,$(BASE_IMAGE))" macro30 docker build -t $(TAG_IMAGE) --build-arg IMAGE=$(BASE_IMAGE) .36 $(TAG_IMAGE)48 $(TAG_IMAGE) \
308 if (XmlPullParserUtil.isStartTag(xmlParser, TtmlNode.TAG_IMAGE)) { in parseMetadata()706 || tag.equals(TtmlNode.TAG_IMAGE) in isSupportedTag()
52 public static final String TAG_IMAGE = "image"; field in TtmlNode