#include <vector>
#include <random>
#include <utility>
#include <memory>
#include "args.h"
#include "matrix.h"
#include "vector.h"
#include "qmatrix.h"
#include "real.h"
Go to the source code of this file.
◆ LOG_TABLE_SIZE
| #define LOG_TABLE_SIZE 512 |
◆ MAX_SIGMOID
◆ SIGMOID_TABLE_SIZE
| #define SIGMOID_TABLE_SIZE 512 |
Copyright (c) 2016-present, Facebook, Inc. All rights reserved.
This source code is licensed under the BSD-style license found in the LICENSE file in the root directory of this source tree. An additional grant of patent rights can be found in the PATENTS file in the same directory.