RuntimeAcceleratorConfig.fromJson constructor

RuntimeAcceleratorConfig.fromJson(
  1. Map json_
)

Implementation

RuntimeAcceleratorConfig.fromJson(core.Map json_)
    : this(
        coreCount: json_['coreCount'] as core.String?,
        type: json_['type'] as core.String?,
      );