Home
last modified time | relevance | path

Searched defs:Lite (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/syn/tests/debug/
Dmod.rs11 pub struct Lite<T: ?Sized> { struct
16 pub fn Lite<T: ?Sized>(value: &T) -> &Lite<T> { in Lite() argument
20 impl<T: ?Sized> Deref for Lite<T> { implementation
28 impl Debug for Lite<bool> { implementation
34 impl Debug for Lite<u32> { implementation
40 impl Debug for Lite<usize> { implementation
46 impl Debug for Lite<String> { implementation
52 impl Debug for Lite<Ident> { implementation
58 impl Debug for Lite<Literal> { implementation
64 impl Debug for Lite<TokenStream> { implementation
[all …]
Dgen.rs6 impl Debug for Lite<syn::Abi> { implementation
29 impl Debug for Lite<syn::AngleBracketedGenericArguments> { implementation
51 impl Debug for Lite<syn::Arm> { implementation
91 impl Debug for Lite<syn::AttrStyle> { implementation
103 impl Debug for Lite<syn::Attribute> { implementation
113 impl Debug for Lite<syn::BareFnArg> { implementation
140 impl Debug for Lite<syn::BinOp> { implementation
259 impl Debug for Lite<syn::Binding> { implementation
268 impl Debug for Lite<syn::Block> { implementation
278 impl Debug for Lite<syn::BoundLifetimes> { implementation
[all …]
/external/protobuf/src/google/protobuf/
Dlite_unittest.cc89 TEST(Lite, AllLite1) { in TEST() argument
109 TEST(Lite, AllLite2) { in TEST() argument
128 TEST(Lite, AllLite3) { in TEST() argument
165 TEST(Lite, AllLite5) { in TEST() argument
222 TEST(Lite, AllLite6) { in TEST() argument
243 TEST(Lite, AllLite7) { in TEST() argument
263 TEST(Lite, AllLite8) { in TEST() argument
283 TEST(Lite, AllLite9) { in TEST() argument
303 TEST(Lite, AllLite10) { in TEST() argument
319 TEST(Lite, AllLite11) { in TEST() argument
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/
Dtraining_a_model.md286 #### Exporting to a GraphDef protobuf file
307 #### Freezing the weights
328 #### Quantizing and converting to TensorFlow Lite
383 #### Converting into a C source file