次の方法で共有


ChainerSettings.PythonScriptFilePath プロパティ

定義

Python スクリプト ファイルのパスを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="pythonScriptFilePath")]
public string PythonScriptFilePath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pythonScriptFilePath")>]
member this.PythonScriptFilePath : string with get, set
Public Property PythonScriptFilePath As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

実行する Python スクリプト。

適用対象