Construct a TensorSpec that copies Other but uses NewName.
Declared in <llvm/Analysis/TensorSpec.h>
TensorSpec(
std::string const& NewName,
TensorSpec const& Other);
| Name | Description |
|---|---|
| NewName | Name for the new specification. |
| Other | Specification whose port, type, and shape are copied. |