cpuPlatform property

TfRef<String> get cpuPlatform

Reference to cpu_platform attribute.

Implementation

TfRef<String> get cpuPlatform =>
    TfRef.attribute<String>(this, 'cpu_platform');