Searched defs:WithParams (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/downcast/tests/ |
D | tests.rs | 8 trait WithParams<T, U>: Any {} trait
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ |
D | enum_known_layout.rs | 37 enum WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout> enum
|
D | struct_known_layout.rs | 56 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout>( struct
|
D | struct_from_bytes.rs | 70 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromBytes>( struct
|
D | struct_from_zeroes.rs | 68 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromZeroes>( struct
|
D | struct_unaligned.rs | 91 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + Unaligned>( struct
|
D | struct_as_bytes.rs | 152 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + AsBytes>( struct
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ |
D | enum_known_layout.rs | 37 enum WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout> enum
|
D | struct_known_layout.rs | 56 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + KnownLayout>( struct
|
D | struct_from_zeroes.rs | 68 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromZeroes>( struct
|
D | struct_from_bytes.rs | 70 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + FromBytes>( struct
|
D | struct_unaligned.rs | 91 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + Unaligned>( struct
|
D | struct_as_bytes.rs | 152 struct WithParams<'a: 'b, 'b: 'a, const N: usize, T: 'a + 'b + AsBytes>( struct
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_pytorch_onnx_onnxruntime.py | 9535 class WithParams(torch.nn.Module): class
|