STT-tensorflow/tensorflow/lite/delegates/gpu/gl/metadata.fbs
Geoffrey Martin-Noble abbad07c05 Add missing license headers to flatbuffer schema files
PiperOrigin-RevId: 278939213
Change-Id: I0f3dfd707b94d77edfaa413a144c7f329124abe1
2019-11-06 14:42:09 -08:00

26 lines
784 B
Plaintext

// Copyright 2019 The TensorFlow Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
include "workgroups.fbs";
namespace tflite.gpu.gl.data;
file_identifier "AFFL";
table FlowMetadata {
workgroups:CustomWorkgroups;
}
root_type FlowMetadata;