blob: c517d8039a2ba517c3c9cb8141fdcdf25e8087a4 [file] [log] [blame]
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
namespace armnn;
file_identifier "ARMN";
file_extension "armnn";
table ClContext {
programs:[Program];
}
table Program {
name:string;
binary:[ubyte];
}
root_type ClContext;