YetAnotherCoupler 3.5.2
Loading...
Searching...
No Matches
interp_method_file.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef INTERP_METHOD_FILE_H
6#define INTERP_METHOD_FILE_H
7
8#include "interp_method.h"
9
10// YAC PUBLIC HEADER START
11
16#define YAC_WEIGHT_FILE_VERSION_STRING "yac weight file 1.0"
17
18#define YAC_INTERP_FILE_WEIGHT_FILE_NAME_DEFAULT (NULL)
19
21 char const * weight_file_name);
22
23// YAC PUBLIC HEADER STOP
24
25#endif // INTERP_METHOD_FILE_H
struct interp_method * yac_interp_method_file_new(char const *weight_file_name)