Operation.Atval (.@{}) : Tensor.t -> Base__Int.t Base.Array.t -> Base.Float.tGet the value at the given indices.
val (.@%{}) : Tensor.t -> Base__Int.t Base.Array.t -> Base.Float.tval (.@{}<-) : Tensor.t -> Base__Int.t Base.Array.t -> Base.float -> unitSet the value at the given indices.
val (.@%{}<-) : Tensor.t -> Base__Int.t Base.Array.t -> Base.float -> unitval (.@[]) : Tensor.t -> Base__Int.t -> Base.Float.tGet the value at the given index from a single-axis shape tensor.
val (.@%[]) : Tensor.t -> Base__Int.t -> Base.Float.tval (.@[]<-) : Tensor.t -> Base__Int.t -> Base.float -> unitSet the value at the given index for a single-axis shape tensor.
val (.@%[]<-) : Tensor.t -> Base__Int.t -> Base.float -> unit