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

Method is_fortran

utils/Utils.h:341–344  ·  view source on GitHub ↗

Return true if a NPY file is in fortran order */

Source from the content-addressed store, hash-verified

339
340 /** Return true if a NPY file is in fortran order */
341 bool is_fortran()
342 {
343 return _fortran_order;
344 }
345
346 /** Initialise the tensor's metadata with the dimensions of the NPY file currently open
347 *

Callers 2

do_setupMethod · 0.80
do_setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected