MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / clone

Method clone

arm_compute/graph/TensorDescriptor.h:112–115  ·  view source on GitHub ↗

Inherited methods overridden:

Source from the content-addressed store, hash-verified

110
111 // Inherited methods overridden:
112 std::unique_ptr<TensorDescriptor> clone() const override
113 {
114 return std::make_unique<TensorDescriptor>(*this);
115 }
116
117 TensorShape shape{}; /**< Tensor shape */
118 DataType data_type{DataType::UNKNOWN}; /**< Data type */

Callers 1

validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected