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

Method clone

src/core/TensorInfo.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339std::unique_ptr<ITensorInfo> TensorInfo::clone() const
340{
341 return std::make_unique<TensorInfo>(*this);
342}
343
344ITensorInfo &TensorInfo::set_data_type(DataType data_type)
345{

Callers 15

validate_argumentsFunction · 0.45
validate_mmFunction · 0.45
configure_mmMethod · 0.45
configure_conv_fcMethod · 0.45
validateMethod · 0.45
validate_reshapedMethod · 0.45
validate_mmMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected