ToolType type
ToolType の値を定義します。 使用できる値は、'cntk'、'tensorflow'、'caffe'、'caffe2'、'chainer'、'horovod'、'custommpi'、'custom' です。
type ToolType =
| "cntk"
| "tensorflow"
| "caffe"
| "caffe2"
| "chainer"
| "horovod"
| "custommpi"
| "custom"