Searched refs:item_ty (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/quote/tests/ |
D | test.rs | 89 let item_ty = quote!(Cow<'a, str>); in test_advanced() localVariable 98 phantom: ::std::marker::PhantomData<#item_ty>, in test_advanced() 111 phantom: ::std::marker::PhantomData::<#item_ty>, in test_advanced()
|
/external/rust/crates/quote/ |
D | README.md | 61 phantom: core::marker::PhantomData<#item_ty>, 75 phantom: core::marker::PhantomData::<#item_ty>,
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lower_tf.cc | 282 auto item_ty = RankedTensorType::get(item_shape, out_ty.getElementType()); in matchAndRewrite() local 304 loc, SmallVector<Type, 4>(num_items, item_ty), reshaped_data, in matchAndRewrite()
|