Searched refs:name_root (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | naming.py | 31 def new_symbol(self, name_root, reserved_locals): argument 43 pieces = name_root.split('_') 45 name_root = '_'.join(pieces[:-1]) 49 new_name = name_root 54 new_name = '%s_%d' % (name_root, n)
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_intr.c | 62 const char *name_root, in lp_format_intrinsic() argument 94 snprintf(name, size, "%s.v%u%c%u", name_root, length, c, width); in lp_format_intrinsic() 96 snprintf(name, size, "%s.%c%u", name_root, c, width); in lp_format_intrinsic()
|
D | lp_bld_intr.h | 71 const char *name_root,
|
/external/libcxx/utils/libcxx/test/ |
D | format.py | 87 name_root, name_ext = os.path.splitext(name) 89 is_sh_test = name_root.endswith('.sh')
|