llvm::TensorSpec::TensorSpec

Construct a TensorSpec that copies Other but uses NewName.

Synopsis

Declared in <llvm/Analysis/TensorSpec.h>

TensorSpec(
    std::string const& NewName,
    TensorSpec const& Other);

Parameters

NameDescription
NewNameName for the new specification.
OtherSpecification whose port, type, and shape are copied.