Home
last modified time | relevance | path

Searched refs:name_root (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/core/
Dnaming.py103 def new_symbol(self, name_root, reserved_locals): argument
115 pieces = name_root.split('_')
117 name_root = '_'.join(pieces[:-1])
121 new_name = name_root
126 new_name = '%s_%d' % (name_root, n)
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c61 const char *name_root, in lp_format_intrinsic() argument
93 util_snprintf(name, size, "%s.v%u%c%u", name_root, length, c, width); in lp_format_intrinsic()
95 util_snprintf(name, size, "%s.%c%u", name_root, c, width); in lp_format_intrinsic()
Dlp_bld_intr.h71 const char *name_root,
/external/libcxx/utils/libcxx/test/
Dformat.py87 name_root, name_ext = os.path.splitext(name)
89 is_sh_test = name_root.endswith('.sh')
/external/tensorflow/tensorflow/python/autograph/converters/
Dside_effect_guards.py50 def new_symbol(self, name_root, reserved_locals): argument
Dcontrol_flow.py33 def new_symbol(self, name_root, reserved_locals): argument