MCPcopy
hub / github.com/dmlc/dgl / format

Method format

python/dgl/ndarray.py:231–238  ·  view source on GitHub ↗

Sparse format enum Returns ------- int

(self)

Source from the content-addressed store, hash-verified

229
230 @property
231 def format(self):
232 """Sparse format enum
233
234 Returns
235 -------
236 int
237 """
238 return _CAPI_DGLSparseMatrixGetFormat(self)
239
240 @property
241 def num_rows(self):

Callers 15

kill_processFunction · 0.80
get_killed_pidsFunction · 0.80
execute_remoteFunction · 0.80
get_remote_pidsFunction · 0.80
copy_fileFunction · 0.80
mainFunction · 0.80
submit_jobsFunction · 0.80
kill_processFunction · 0.80
get_killed_pidsFunction · 0.80
execute_remoteFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_trainFunction · 0.64
test_recipeFunction · 0.64
_prepare_test_dataFunction · 0.64
test_lookup_serviceFunction · 0.64
test_py_versionsMethod · 0.64
test_submit_jobsFunction · 0.64
_test_pipelineFunction · 0.64
test_reduce_readoutFunction · 0.64
_print_errorFunction · 0.64
_testFunction · 0.64
_print_errorFunction · 0.64