Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/py2tf/impl/
Dnaming.py106 def new_symbol(self, name_root, reserved_locals): argument
118 pieces = name_root.split('_')
120 name_root = '_'.join(pieces[:-1])
124 new_name = name_root
129 new_name = '%s_%d' % (name_root, n)
/external/tensorflow/tensorflow/contrib/py2tf/converters/
Dconverter_test_base.py37 def new_symbol(self, name_root, used): argument
40 name = '%s%d' % (name_root, i)
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
/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.h63 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')