GPUDirectConfig.fromJson constructor
GPUDirectConfig.fromJson(
- Map json_
Implementation
GPUDirectConfig.fromJson(core.Map json_)
: this(gpuDirectStrategy: json_['gpuDirectStrategy'] as core.String?);
GPUDirectConfig.fromJson(core.Map json_)
: this(gpuDirectStrategy: json_['gpuDirectStrategy'] as core.String?);