MCPcopy 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

37public:
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.hFile · 0.80
validateMethod · 0.80
configureMethod · 0.80
configureMethod · 0.80
configure_G715_f32Method · 0.80
configure_G715_u8Method · 0.80
configure_G710_f32Method · 0.80
configure_G710_f16Method · 0.80
configure_G710_u8Method · 0.80
select_kernelMethod · 0.80
compute_targetMethod · 0.80
compute_targetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected