package neural_nets_lib

  1. Overview
  2. Docs

Module Operation.AtSource

Get the value at the given indices.

Set the value at the given indices.

Get the value at the given index from a single-axis shape tensor.

Sourceval (.@%[]) : Tensor.t -> Base.int -> Base.float

Set the value at the given index for a single-axis shape tensor.

Sourceval (.@%[]<-) : Tensor.t -> Base.int -> Base.float -> Base.unit
OCaml

Innovation. Community. Security.