Structs§
Enums§
Traits§
- NewElement
Type - Copies the shape of the given Shaped type, returning a new Shaped type with the element type given. The resulting multi-dimensional Shaped type will be of the same type as the Shaped type given (e.g., fn(tensor<10xi32>, f32) -> tensor<10xf32>).