Skip to content

Commit

Permalink
Minor: Float16Tensor (apache#4013)
Browse files Browse the repository at this point in the history
  • Loading branch information
izveigor authored Apr 3, 2023
1 parent e3f212c commit 5f27509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow/src/tensor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ pub type UInt8Tensor<'a> = Tensor<'a, UInt8Type>;
pub type UInt16Tensor<'a> = Tensor<'a, UInt16Type>;
pub type UInt32Tensor<'a> = Tensor<'a, UInt32Type>;
pub type UInt64Tensor<'a> = Tensor<'a, UInt64Type>;
pub type Float16Tensor<'a> = Tensor<'a, Float16Type>;
pub type Float32Tensor<'a> = Tensor<'a, Float32Type>;
pub type Float64Tensor<'a> = Tensor<'a, Float64Type>;

Expand Down

0 comments on commit 5f27509

Please sign in to comment.