Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ adj_rhs
Method
adj_rhs
arm_compute/function_info/MatMulInfo.h:44–47 ·
view source on GitHub ↗
Get Adjoint RHS flag value */
Source
from the content-addressed store, hash-verified
42
}
43
/* Get Adjoint RHS flag value */
44
bool adj_rhs() const
45
{
46
return _adj_rhs;
47
}
48
/* Set Adjoint LHS flag */
49
MatMulInfo &adj_lhs(bool adj_lhs)
50
{
Callers
13
TypePrinter.h
File · 0.80
validate_mm
Function · 0.80
configure_mm
Method · 0.80
validate
Method · 0.80
configure
Method · 0.80
configure
Method · 0.80
configure_G715_f32
Method · 0.80
configure_G715_u8
Method · 0.80
configure_G710_f32
Method · 0.80
configure_G710_f16
Method · 0.80
configure_G710_u8
Method · 0.80
compute_target
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected