Home
last modified time | relevance | path

Searched refs:item_ty (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quote/tests/
Dtest.rs89 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/
DREADME.md61 phantom: core::marker::PhantomData<#item_ty>,
75 phantom: core::marker::PhantomData::<#item_ty>,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc282 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()