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

  /external/bcc/src/cc/frontends/p4/compiler/
typeFactory.py 9 self.type_map = {}
14 if hlirType.name in self.type_map:
15 retval = self.type_map[name]
33 self.type_map[name] = ebpfType
ebpfProgram.py 274 for t in self.typeFactory.type_map.values():
  /art/tools/veridex/
veridex.cc 169 TypeMap type_map; local
171 type_map["Z"] = VeriClass::boolean_;
172 type_map["B"] = VeriClass::byte_;
173 type_map["S"] = VeriClass::short_;
174 type_map["C"] = VeriClass::char_;
175 type_map["I"] = VeriClass::integer_;
176 type_map["F"] = VeriClass::float_;
177 type_map["D"] = VeriClass::double_;
178 type_map["J"] = VeriClass::long_;
179 type_map["V"] = VeriClass::void_
    [all...]
resolver.h 38 TypeMap& type_map)
40 type_map_(type_map),
  /external/mesa3d/src/amd/vulkan/
vk_format_table.py 52 type_map = { variable
107 print " {%s, %s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), bool_map(channel.scaled), channel.size, channel.shift, sep, "xyzw"[i], channel.name)
  /external/virglrenderer/src/gallium/auxiliary/util/
u_format_table.py 56 type_map = { variable
103 print(" {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name))
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 54 type_map = { variable
105 print " {%s, %s, %s, %u, %u}%s\t/* %s = %s */" % (type_map[channel.type], bool_map(channel.norm), bool_map(channel.pure), channel.size, channel.shift, sep, "xyzw"[i], channel.name)
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 158 self.type_map = {}
168 self.type_map[ t_name ] = t.glx_name
212 return ' (%-8s)bswap_%-7s( pc + %2s )' % (t, self.type_map[ t_name ], o)
  /external/tensorflow/tensorflow/contrib/training/python/training/
hparam.py 190 def parse_values(values, type_map, ignore_unknown=False):
223 When index assignment is used, the corresponding type_map key should be the
224 list name. E.g. for "arr[1]=0" the type_map must have the key "arr" (not
230 type_map: A dictionary mapping hyperparameter names to types. Note every
231 parameter name in values must be a key in type_map. The values must
235 'x=[0.1,0.2]' will parse successfully if type_map['x'] = float.
236 ignore_unknown: Bool. Whether values that are missing a type in type_map
265 if name not in type_map:
269 type_ = type_map[name]
548 type_map = dict(
    [all...]
  /external/libchrome/base/android/jni_generator/
jni_generator.py 504 type_map = { 'String' : 'jstring',
519 ret = type_map.get(return_type, None)
    [all...]
  /external/vulkan-validation-layers/scripts/
helper_file_generator.py     [all...]

Completed in 1342 milliseconds