TensorFlowVersion constructor

TensorFlowVersion({
  1. String? name,
  2. String? version,
})

Implementation

TensorFlowVersion({this.name, this.version});