file_path stringlengths 7 180 | content stringlengths 0 811k | repo stringclasses 11
values |
|---|---|---|
tests/nodes/concat_fp16x16_3d_axis_1/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_axis_2.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::FP16x16TensorPartialEq;
use core::array::{ArrayTrait, SpanTrait};
#[test]
#[availab... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_axis_2/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_axis_2/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_1() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_axis_2/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_default.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::FP16x16TensorPartialEq;
use core::array::{ArrayTrait, SpanTrait};
#[test]
#[availab... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_default/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_default/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_1() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_default/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(6);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_1.cairo | mod input_0;
mod input_1;
mod input_2;
mod output_0;
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::FP16x16TensorPartialEq;
use core::array::{ArrayTrait, SpanTrait};
#[te... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_1/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_1/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_1() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_1/input_2.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_2() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_1/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_2.cairo | mod input_0;
mod input_1;
mod input_2;
mod output_0;
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::FP16x16TensorPartialEq;
use core::array::{ArrayTrait, SpanTrait};
#[te... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_2/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_2/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_1() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_2/input_2.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_2() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp16x16_3d_three_tensors_axis_2/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_1d.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::FP8x23TensorPartialEq;
#[test]
#[available_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_1d/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
let mut data... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_1d/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_1() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
let mut data... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_1d/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(6);
let mut dat... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_2d.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::FP8x23TensorPartialEq;
#[test]
#[available_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_2d/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(2);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_2d/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_1() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(2);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_2d/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(4);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_1.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::FP8x23TensorPartialEq;
#[test]
#[available_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_1/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_1/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_1() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_1/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_2.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::FP8x23TensorPartialEq;
#[test]
#[available_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_2/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_2/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_1() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_axis_2/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_default.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::FP8x23TensorPartialEq;
#[test]
#[available_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_default/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_default/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_1() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_default/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(6);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_1.cairo | mod input_0;
mod input_1;
mod input_2;
mod output_0;
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::FP8x23TensorPartialEq;
#[test]... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_1/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_1/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_1() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_1/input_2.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_2() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_1/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_2.cairo | mod input_0;
mod input_1;
mod input_2;
mod output_0;
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::FP8x23TensorPartialEq;
#[test]... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_2/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_2/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_1() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_2/input_2.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_2() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_fp8x23_3d_three_tensors_axis_2/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_default.cairo | mod input_0;
mod output_0;
use orion::operators::tensor::FP16x16TensorPartialEq;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::sequence::FP16x16Sequence;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_default/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_0() -> Array<Tensor<FP16x16>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_default/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_one.cairo | mod input_0;
mod output_0;
use orion::operators::tensor::FP16x16TensorPartialEq;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::sequence::FP16x16Sequence;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_one/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_0() -> Array<Tensor<FP16x16>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_one/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(2);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_zero.cairo | mod input_0;
mod output_0;
use orion::operators::tensor::FP16x16TensorPartialEq;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::sequence::FP16x16Sequence;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_zero/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn input_0() -> Array<Tensor<FP16x16>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp16x16_new_axis_zero/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP16x16Tensor, FP16x16TensorAdd};
use orion::numbers::{FixedTrait, FP16x16};
fn output_0() -> Tensor<FP16x16> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(1);
shape.ap... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_default.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::FP8x23Sequence;
use orion::operators::tensor::FP8x23TensorPartialEq;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_fr... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_default/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Array<Tensor<FP8x23>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usi... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_default/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(2);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_one.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::FP8x23Sequence;
use orion::operators::tensor::FP8x23TensorPartialEq;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_fr... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_one/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Array<Tensor<FP8x23>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usi... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_one/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_zero.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::FP8x23Sequence;
use orion::operators::tensor::FP8x23TensorPartialEq;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_fr... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_zero/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn input_0() -> Array<Tensor<FP8x23>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usi... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_fp8x23_new_axis_zero/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{FP8x23Tensor, FP8x23TensorAdd};
use orion::numbers::{FixedTrait, FP8x23};
fn output_0() -> Tensor<FP8x23> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(1);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_default.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::I32Sequence;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::I32TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seq... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_default/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<i32>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
sh... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_default/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<i32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(1);
shape.append(15);
let mut... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_one.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::I32Sequence;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::I32TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seq... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_one/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<i32>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
sh... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_one/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<i32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(1);
shape.append(5);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_zero.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::I32Sequence;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::I32TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seq... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_zero/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<i32>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
sh... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i32_new_axis_zero/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<i32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(1);
shape.append(10);
let mut... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_default.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::I8Sequence;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::I8TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seque... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_default/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I8Tensor, I8TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<i8>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
shape... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_default/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I8Tensor, I8TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<i8> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(15);
let mut da... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_one.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::I8Sequence;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::I8TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seque... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_one/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I8Tensor, I8TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<i8>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
shape... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_one/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I8Tensor, I8TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<i8> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(5);
shape.append... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_zero.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::I8Sequence;
use orion::operators::sequence::SequenceTrait;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::I8TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seque... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_zero/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I8Tensor, I8TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<i8>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
shape... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_i8_new_axis_zero/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I8Tensor, I8TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<i8> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(2);
shape.append(15);
let mut da... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_default.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::SequenceTrait;
use orion::operators::sequence::U32Sequence;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::U32TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seq... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_default/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{U32Tensor, U32TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<u32>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
sh... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_default/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{U32Tensor, U32TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<u32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(15);
let mut... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_one.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::SequenceTrait;
use orion::operators::sequence::U32Sequence;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::U32TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seq... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_one/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{U32Tensor, U32TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<u32>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
sh... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_one/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{U32Tensor, U32TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<u32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(1);
shape.append(5);
shape.app... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_zero.cairo | mod input_0;
mod output_0;
use orion::operators::sequence::SequenceTrait;
use orion::operators::sequence::U32Sequence;
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::U32TensorPartialEq;
use orion::utils::{assert_eq, assert_seq_eq};
#[test]
#[available_gas(2000000000)]
fn test_concat_from_seq... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_zero/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{U32Tensor, U32TensorAdd};
use orion::numbers::NumberTrait;
fn input_0() -> Array<Tensor<u32>> {
let mut sequence = ArrayTrait::new();
let mut shape = ArrayTrait::<usize>::new();
sh... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_from_sequence_u32_new_axis_zero/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{U32Tensor, U32TensorAdd};
use orion::numbers::NumberTrait;
fn output_0() -> Tensor<u32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
shape.append(15);
let mut... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_i32_1d.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::operators::tensor::I32TensorPartialEq;
#[test]
#[available_gas(20000... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_i32_1d/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
fn input_0() -> Tensor<i32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
let mut data = ArrayTrait::new();
data.append(0);
data.... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_i32_1d/input_1.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
fn input_1() -> Tensor<i32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(3);
let mut data = ArrayTrait::new();
data.append(3);
data.... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_i32_1d/output_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
fn output_0() -> Tensor<i32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(6);
let mut data = ArrayTrait::new();
data.append(0);
data... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_i32_2d.cairo | mod input_0;
mod input_1;
mod output_0;
use orion::utils::{assert_eq, assert_seq_eq};
use orion::operators::tensor::{TensorTrait, Tensor};
use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
use orion::operators::tensor::I32TensorPartialEq;
#[test]
#[available_gas(20000... | https://github.com/gizatechxyz/orion |
tests/nodes/concat_i32_2d/input_0.cairo | use core::array::{ArrayTrait, SpanTrait};
use orion::operators::tensor::{TensorTrait, Tensor};
use orion::operators::tensor::{I32Tensor, I32TensorAdd};
fn input_0() -> Tensor<i32> {
let mut shape = ArrayTrait::<usize>::new();
shape.append(2);
shape.append(2);
let mut data = ArrayTrait::new();
data... | https://github.com/gizatechxyz/orion |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.