HomeSort by relevance Sort by last modified time
    Searched refs:name_root (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/python/autograph/core/
naming.py 103 def new_symbol(self, name_root, reserved_locals):
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/
lp_bld_intr.h 71 const char *name_root,
lp_bld_intr.c 61 const char *name_root,
93 util_snprintf(name, size, "%s.v%u%c%u", name_root, length, c, width);
95 util_snprintf(name, size, "%s.%c%u", name_root, c, width);
  /external/libcxx/utils/libcxx/test/
format.py 87 name_root, name_ext = os.path.splitext(name)
89 is_sh_test = name_root.endswith('.sh')
  /external/tensorflow/tensorflow/python/autograph/converters/
side_effect_guards.py 50 def new_symbol(self, name_root, reserved_locals):
54 name_root: String, used as stem in the new name.
control_flow.py 33 def new_symbol(self, name_root, reserved_locals):
37 name_root: String, used as stem in the new name.

Completed in 363 milliseconds