MCPcopy Create free account
hub / github.com/ciphermodelabs/ciphercore / gemm

Method gemm

ciphercore-base/src/graphs.rs:695–698  ·  view source on GitHub ↗
(&self, b: Node, transpose_a: bool, transpose_b: bool)

Source from the content-addressed store, hash-verified

693 /// ```
694 #[doc(hidden)]
695 pub fn gemm(&self, b: Node, transpose_a: bool, transpose_b: bool) -> Result<Node> {
696 self.get_graph()
697 .gemm(self.clone(), b, transpose_a, transpose_b)
698 }
699
700 /// Adds a node that computes a join of a given type on two named tuples along given key headers.
701 /// More detailed documentation can be found in [Graph::join].

Callers 7

test_gemm_workerFunction · 0.80
test_gemm_worker_failFunction · 0.80
instantiateMethod · 0.80
instantiateMethod · 0.80
bilinear_productFunction · 0.80
gemm_helperFunction · 0.80
gemm_helper_randomFunction · 0.80

Calls 3

cloneMethod · 0.80
add_nodeMethod · 0.80
get_graphMethod · 0.45

Tested by 2

test_gemm_workerFunction · 0.64
test_gemm_worker_failFunction · 0.64