Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
std::unique_ptr<ITensorInfo> TensorInfo::clone() const
340
{
341
return std::make_unique<TensorInfo>(*this);
342
}
343
344
ITensorInfo &TensorInfo::set_data_type(DataType data_type)
345
{
Callers
15
validate_arguments
Function · 0.45
validate_mm
Function · 0.45
configure_mm
Method · 0.45
configure_conv_fc
Method · 0.45
validate
Method · 0.45
validate_lhs_rhs_info_reshaped_only_rhs
Function · 0.45
validate_lhs_rhs_info_reshaped
Function · 0.45
validate_reshaped
Method · 0.45
validate_reshaped_only_rhs
Method · 0.45
validate_reshaped_only_rhs_mmul
Method · 0.45
validate_mm
Method · 0.45
validate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected