Home
last modified time | relevance | path

Searched refs:tag_spec (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/tools/dockerfiles/
Dassembler.py313 def get_slice_sets_and_required_args(slice_sets, tag_spec): argument
330 possible_args_or_slice_set_names = extract_bracketed_words.findall(tag_spec)
386 for tag_spec in release['tag_specs']:
392 spec['slice_sets'], tag_spec)
398 tag_name = build_name_from_slices(tag_spec, slices, tag_args,
410 'tag_spec': tag_spec,
477 tag_spec = yaml.load(spec_file)
485 if not v.validate(tag_spec):
490 tag_spec = v.normalized(tag_spec)
493 all_tags = assemble_tags(tag_spec, FLAGS.arg, FLAGS.release, partials)
/external/ImageMagick/coders/
Dmeta.c1832 } tag_spec; typedef
1834 static const tag_spec tags[] = {
1914 tagcount = (int) (sizeof(tags) / sizeof(tag_spec)); in formatIPTC()
2054 tagcount = (int) (sizeof(tags) / sizeof(tag_spec)); in formatIPTCfromBuffer()