ToolType type

Defines values for ToolType. Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2', 'chainer', 'horovod', 'custommpi', 'custom'

type ToolType =
  | "cntk"
  | "tensorflow"
  | "caffe"
  | "caffe2"
  | "chainer"
  | "horovod"
  | "custommpi"
  | "custom"