*** Formula: [Range(12)->Tensor.From()]
*** Item DType: i8[*]
"custom i8[*] :: {\"jobj\":[0,1,2,3,4,5,6,7,8,9,10,11],\"shape\":[12]}"

*** Formula: [Range(12)->Tensor.From(12)]
*** Item DType: i8[*]
"custom i8[*] :: {\"jobj\":[0,1,2,3,4,5,6,7,8,9,10,11],\"shape\":[12]}"

*** Formula: [Range(12)->Tensor.From(4, 3)]
*** Item DType: i8[*,*]
"custom i8[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->Tensor.From(2, 3, 2)]
*** Item DType: i8[*,*,*]
"custom i8[*,*,*] :: {\"jobj\":[[[0,1],[2,3],[4,5]],[[6,7],[8,9],[10,11]]],\"shape\":[2,3,2]}"

*** Formula: [Range(12)->Tensor.From(2, 3, 4)]
*** Item DType: i8[*,*,*]
"custom i8[*,*,*] :: {\"jobj\":[[[0,1,2,3],[4,5,6,7],[8,9,10,11]],[[0,0,0,0],[0,0,0,0],[0,0,0,0]]],\"shape\":[2,3,4]}"

*** Formula: [Range(12)->Tensor.From(2, 3, 0, 2)]
*** Item DType: i8[*,*,*,*]
"custom i8[*,*,*,*] :: {\"jobj\":[[[],[],[]],[[],[],[]]],\"shape\":[2,3,0,2]}"

*** Formula: [Tensor.Fill(17)]
*** Item DType: i8[]
"custom i8[] :: {\"jobj\":17,\"shape\":[]}"

*** Formula: [Range(12)->CastI4()->Tensor.From(4, 3)]
*** Item DType: i4[*,*]
"custom i4[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastI2()->Tensor.From(4, 3)]
*** Item DType: i2[*,*]
"custom i2[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastI1()->Tensor.From(4, 3)]
*** Item DType: i1[*,*]
"custom i1[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastU8()->Tensor.From(4, 3)]
*** Item DType: u8[*,*]
"custom u8[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastU4()->Tensor.From(4, 3)]
*** Item DType: u4[*,*]
"custom u4[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastU2()->Tensor.From(4, 3)]
*** Item DType: u2[*,*]
"custom u2[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastU1()->Tensor.From(4, 3)]
*** Item DType: u1[*,*]
"custom u1[*,*] :: {\"jobj\":[[0,1,2],[3,4,5],[6,7,8],[9,10,11]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastR8()->Tensor.From(4, 3)]
*** Item DType: r8[*,*]
"custom r8[*,*] :: {\"jobj\":[[0.0,1.0,2.0],[3.0,4.0,5.0],[6.0,7.0,8.0],[9.0,10.0,11.0]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastR4()->Tensor.From(4, 3)]
*** Item DType: r4[*,*]
"custom r4[*,*] :: {\"jobj\":[[0.0,1.0,2.0],[3.0,4.0,5.0],[6.0,7.0,8.0],[9.0,10.0,11.0]],\"shape\":[4,3]}"

*** Formula: [Range(12)->CastR4()->Tensor.From(4, 3), Range(12)->CastR4()->Tensor.From(3, 4)]
*** Item DType: r4[*,*]
"custom r4[*,*] :: {\"jobj\":[[0.0,1.0,2.0],[3.0,4.0,5.0],[6.0,7.0,8.0],[9.0,10.0,11.0]],\"shape\":[4,3]}"
"custom r4[*,*] :: {\"jobj\":[[0.0,1.0,2.0,3.0],[4.0,5.0,6.0,7.0],[8.0,9.0,10.0,11.0]],\"shape\":[3,4]}"

*** Formula: [["A", "B", "C", "D", "E", "F"]->Tensor.From(2, 3)]
*** Item DType: s[*,*]
"custom s[*,*] :: {\"jobj\":[[\"A\",\"B\",\"C\"],[\"D\",\"E\",\"F\"]],\"shape\":[2,3]}"

*** Formula: [Tensor.Fill("A")]
*** Item DType: s[]
"custom s[] :: {\"jobj\":\"A\",\"shape\":[]}"

*** Formula: [[{Field1: "value1", Field2: 1}, {Field1: "value2", Field2: 2}, {Field1: "value3", Field2: 3}, {Field1: "value4", Field2: 4}, {Field1: "value5", Field2: 5}, {Field1: "value6", Field2: 6}]->Tensor.From(2, 3)]
*** Item DType: {Field1:s, Field2:i8}[*,*]
"custom {Field1:s, Field2:i8}[*,*] :: {\"jobj\":[[{\"Field1\":\"value1\",\"Field2\":1},{\"Field1\":\"value2\",\"Field2\":2},{\"Field1\":\"value3\",\"Field2\":3}],[{\"Field1\":\"value4\",\"Field2\":4},{\"Field1\":\"value5\",\"Field2\":5},{\"Field1\":\"value6\",\"Field2\":6}]],\"shape\":[2,3]}"

