Home
last modified time | relevance | path

Searched refs:check_gnn_list_or_ndarray (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/dataset/engine/
Dvalidators.py28 …validate_dataset_param_value, check_padding_options, check_gnn_list_or_ndarray, check_gnn_list_of_…
1185 check_gnn_list_or_ndarray(edge_list, "edge_list")
1212 check_gnn_list_or_ndarray(node_list, 'node_list')
1227 check_gnn_list_or_ndarray(node_list, 'node_list')
1229 check_gnn_list_or_ndarray(neighbor_nums, 'neighbor_nums')
1234 check_gnn_list_or_ndarray(neighbor_types, 'neighbor_types')
1255 check_gnn_list_or_ndarray(node_list, 'node_list')
1271 check_gnn_list_or_ndarray(target_nodes, 'target_nodes')
1272 check_gnn_list_or_ndarray(meta_path, 'meta_path')
1327 check_gnn_list_or_ndarray(feature_types, 'feature_types')
[all …]
/third_party/mindspore/mindspore/dataset/core/
Dvalidator_helpers.py692 def check_gnn_list_or_ndarray(param, param_name): function