clone method

  1. @override
FloatingPointBF16 clone({
  1. String? name,
})
override

Creates a new LogicStructure with the same structure as this and cloned elements, optionally with the provided name.

Implementation

@override
FloatingPointBF16 clone({String? name}) => FloatingPointBF16(name: name);