Home
last modified time | relevance | path

Searched refs:list_dtype (Results 1 – 4 of 4) sorted by relevance

/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/python/nnvm/compiler/
H A Dgraph_attr.py94 list_dtype = [
98 list_dtype = [DTYPE_TO_TCODE[dtype]] * len(g.index.input_names)
99 g._set_json_attr("dtype_inputs", list_dtype, "list_int")
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/python/nnvm/compiler/
H A Dgraph_attr.py94 list_dtype = [
98 list_dtype = [DTYPE_TO_TCODE[dtype]] * len(g.index.input_names)
99 g._set_json_attr("dtype_inputs", list_dtype, "list_int")
/dports/graphics/colmap/colmap-3.6/scripts/python/
H A Dplyfile.py849 def list_dtype(self, byte_order='='): member in PlyListProperty
859 (len_t, val_t) = self.list_dtype()
875 (len_t, val_t) = self.list_dtype()
884 (len_t, val_t) = self.list_dtype(byte_order)
902 (len_t, val_t) = self.list_dtype(byte_order)
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Ddinit.c808 int list_dtype; in dinit_acl_val2() local
813 list_dtype = subict->dtype; in dinit_acl_val2()