infersharp/InferSharpModels/InferUndefined.cs

11 строки
206 B
C#
Исходник Обычный вид История

2020-09-15 01:59:03 +03:00
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
namespace InferSharpModels
{
public class InferUndefined
{
public static extern bool bool_undefined();
}
}