Skip to main content

get

Function get 

Source
pub fn get<S: PyTree, T: PyTree>(source: &S, target: &T) -> InterTree
Expand description

Get an InterTree for operations between two trees.

§Arguments

  • source - The source tree
  • target - The target tree

§Returns

An InterTree object that can be used to perform operations between the trees