Searched defs:SimpleCell (Results 1 – 1 of 1) sorted by relevance
708 struct SimpleCell : Cell<Tensor, cell_params> { struct709 using hidden_type = Tensor;710 Tensor operator()( in operator ()()