Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 2 of 2) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/
Dcxx11_tensor_dimension.cpp43 Eigen::Sizes<2,3,7> stat; in test_match() local
/applications/standard/filepicker/entry/src/main/ets/base/utils/
DFsUtil.ts25 public static async stat(file: string | number): Promise<fs.Stat | BusinessError> { method in FsUtil