chromium/third_party/cld_3/src/src/embedding_network_params.h

/* Copyright 2016 Google Inc. 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.
==============================================================================*/

#ifndef EMBEDDING_NETWORK_PARAMS_H_
#define EMBEDDING_NETWORK_PARAMS_H_

#include <string>

#include "base.h"
#include "float16.h"

namespace chrome_lang_id {

enum class QuantizationType {};

// API for accessing parameters from a statically-linked EmbeddingNetworkProto.
class EmbeddingNetworkParams {};  // class EmbeddingNetworkParams

}  // namespace chrome_lang_id

#endif  // EMBEDDING_NETWORK_PARAMS_H_