Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ adj_lhs
Method
adj_lhs
arm_compute/function_info/MatMulInfo.h:39–42 ·
view source on GitHub ↗
Get Adjoint LHS flag value */
Source
from the content-addressed store, hash-verified
37
public:
38
/* Get Adjoint LHS flag value */
39
bool adj_lhs() const
40
{
41
return _adj_lhs;
42
}
43
/* Get Adjoint RHS flag value */
44
bool adj_rhs() const
45
{
Callers
12
TypePrinter.h
File · 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
select_kernel
Method · 0.80
compute_target
Method · 0.80
compute_target
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected