"official/projects/edgetpu/nlp/modeling/encoder.py" did not exist on "1e22d1fe24fa8a33a946b889bd70f489569f6505"
profile_convnd_fwd.hpp 253 Bytes
Newer Older
Chao Liu's avatar
Chao Liu committed
1
2
3
// SPDX-License-Identifier: MIT
// Copyright (c) 2018-2022, Advanced Micro Devices, Inc. All rights reserved.

4
5
6
7
8
9
10
11
12
#pragma once

namespace ck {
namespace profiler {

int profile_convnd_fwd(int argc, char* argv[]);

} // namespace profiler
} // namespace ck