MCPcopy 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.hFile · 0.80
validate_mmFunction · 0.80
configure_mmMethod · 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
compute_targetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected