20.02
Filesystem.hpp
Go to the documentation of this file.
1
//
2
// Copyright © 2020 Arm Ltd. All rights reserved.
3
// SPDX-License-Identifier: MIT
4
//
5
6
#pragma once
7
8
namespace
armnnUtils
9
{
10
namespace
Filesystem
11
{
12
13
long
long
GetFileSize
(
const
char
* path);
14
15
bool
Remove
(
const
char
* path);
16
17
}
18
}
armnnUtils::Filesystem::Remove
bool Remove(const char *path)
Definition:
Filesystem.cpp:47
armnnUtils::Filesystem::GetFileSize
long long GetFileSize(const char *path)
Definition:
Filesystem.cpp:21
armnnUtils
Definition:
DataLayoutIndexed.hpp:13
src
armnnUtils
Filesystem.hpp
Generated on Fri Mar 13 2020 16:09:10 for ArmNN by
1.8.13