GPUSharingConfig.fromJson constructor
GPUSharingConfig.fromJson(
- Map json_
Implementation
GPUSharingConfig.fromJson(core.Map json_)
: this(
gpuSharingStrategy: json_['gpuSharingStrategy'] as core.String?,
maxSharedClientsPerGpu:
json_['maxSharedClientsPerGpu'] as core.String?,
);