View Source Evision.Backend (Evision v1.0.0-rc.0)

Summary

Functions

Link to this function

all_close(out, a, b, opts)

View Source
Link to this function

constant(out, scalar, backend_options)

View Source
@spec constant(Nx.Tensor.t(), number(), any()) :: Nx.Tensor.t()
@spec constant(Nx.Tensor.t(), number(), any()) :: Nx.Tensor.t()

Tensor with constant values.

Example

Nx.tensor(1.0, backend: Evision.Backend)
#Nx.Tensor<
  f32
  Evision.Backend
  1.0
>
Link to this function

cumulative_max(out, tensor, opts)

View Source
Link to this function

cumulative_min(out, tensor, opts)

View Source
Link to this function

cumulative_product(out, tensor, opts)

View Source
Link to this function

cumulative_sum(out, tensor, opts)

View Source
Link to this function

determinant(out, tensor)

View Source
Link to this function

logical_not(out, tensor)

View Source
Link to this function

take(out, tensor, indices, axis)

View Source
Link to this function

take_along_axis(out, tensor, indices, axis)

View Source
Link to this function

top_k(out, tensor, opts)

View Source