GPUSharingConfig.fromJson constructor

GPUSharingConfig.fromJson(
  1. Map json_
)

Implementation

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