Home
last modified time | relevance | path

Searched refs:new_data_type (Results 1 – 12 of 12) sorted by relevance

/dports/misc/py-onnx-tf/onnx-tf-1.6.0/onnx_tf/
H A Dpb_wrapper.py427 new_data_type = data_type_cast_map[proto.name]
428 if type(proto) == TensorProto and proto.data_type != new_data_type:
434 data_type=new_data_type,
439 ) == ValueInfoProto and proto.type.tensor_type.elem_type != new_data_type:
440 new_proto.type.tensor_type.elem_type = new_data_type
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslarrfun.c817 SLtype new_data_type, old_data_type; in map_or_contract_array() local
889 if (SLANG_VOID_TYPE == (new_data_type = c->result_type)) in map_or_contract_array()
890 new_data_type = old_data_type; in map_or_contract_array()
925 cl = _pSLclass_get_class (new_data_type); in map_or_contract_array()
936 || (-1 == SLang_push_value (new_data_type, buf))) in map_or_contract_array()
983 new_at = SLang_create_array1 (new_data_type, 0, NULL, sub_dims, sub_num_dims, 1); in map_or_contract_array()
985 new_at = SLang_create_array1 (new_data_type, 0, NULL, old_dims, old_num_dims, 1); in map_or_contract_array()
1020 new_data_type, (VOID_STAR) (new_data + offset*new_sizeof_type), in map_or_contract_array()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Volumes/
H A Dvolumes.c2707 nc_type new_data_type, in copy_volume_new_type() argument
2728 new_data_type, new_signed_flag, in copy_volume_new_type()
2753 if (new_data_type == MI_ORIGINAL_TYPE || new_data_type == old_data_type) in copy_volume_new_type()
2814 switch (new_data_type) in copy_volume_new_type()
2854 print_error("Unhandled type code: %d.\n", new_data_type); in copy_volume_new_type()
/dports/math/dbcsr/dbcsr-2.1.0/src/work/
H A Ddbcsr_work_operations.F462 INTEGER :: new_data_type, new_max_cbs, new_max_rbs local
530 new_data_type = data_type
532 new_data_type = dbcsr_get_data_type(template)
560 data_type=new_data_type, &
576 data_type=new_data_type, &
592 data_type=new_data_type, &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/work/
H A Ddbcsr_work_operations.F466 INTEGER :: new_data_type, new_max_cbs, new_max_rbs local
534 new_data_type = data_type
536 new_data_type = dbcsr_get_data_type(template)
564 data_type=new_data_type, &
580 data_type=new_data_type, &
596 data_type=new_data_type, &
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/gpkg/
H A Dconnector.py658 …def updateTableColumn(self, table, column, new_name, new_data_type=None, new_not_null=None, new_de… argument
676 if new_data_type is None:
683 ogr_type, ogr_subtype, width = self.getOGRFieldTypeFromSQL(new_data_type)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/gpkg/
H A Dconnector.py657 …def updateTableColumn(self, table, column, new_name, new_data_type=None, new_not_null=None, new_de… argument
675 if new_data_type is None:
682 ogr_type, ogr_subtype, width = self.getOGRFieldTypeFromSQL(new_data_type)
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/vlayers/
H A Dconnector.py338 …def updateTableColumn(self, table, column, new_name, new_data_type=None, new_not_null=None, new_de… argument
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/vlayers/
H A Dconnector.py338 …def updateTableColumn(self, table, column, new_name, new_data_type=None, new_not_null=None, new_de… argument
/dports/devel/py-moto/moto-2.2.16/tests/test_ssm/
H A Dtest_ssm_boto3.py287 new_data_type = "aws:ec2:image"
297 DataType=new_data_type,
307 DataType=new_data_type,
321 response["Parameters"][0]["DataType"].should.equal(new_data_type)
/dports/graphics/qgis/qgis-3.22.3/python/plugins/db_manager/db_plugins/spatialite/
H A Dconnector.py587 …def updateTableColumn(self, table, column, new_name, new_data_type=None, new_not_null=None, new_de… argument
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/db_manager/db_plugins/spatialite/
H A Dconnector.py586 …def updateTableColumn(self, table, column, new_name, new_data_type=None, new_not_null=None, new_de… argument