MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / is_open

Method is_open

utils/Utils.h:335–338  ·  view source on GitHub ↗

Return true if a NPY file is currently open */

Source from the content-addressed store, hash-verified

333 }
334 /** Return true if a NPY file is currently open */
335 bool is_open()
336 {
337 return _fs.is_open();
338 }
339
340 /** Return true if a NPY file is in fortran order */
341 bool is_fortran()

Callers 14

programMethod · 0.45
midr_from_cpuidFunction · 0.45
midr_from_proc_cpuinfoFunction · 0.45
get_max_cpusFunction · 0.45
get_cpu_capacitiesFunction · 0.45
num_threads_hintFunction · 0.45
load_from_fileMethod · 0.45
reload_from_fileMethod · 0.45
do_setupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected