Searched defs:downcast (Results 1 – 6 of 6) sorted by relevance
15 pub(crate) fn downcast<V: ProtobufValue>(vec: &'a mut Vec<V>) -> Option<VecMutVariant<'a>> { in downcast() method
103 mlir::TF::CastOp downcast = builder.create<mlir::TF::CastOp>( in MaybeUpcastForReduction() local
66 #define downcast(bev_pair) (&(bev_pair)->bev.bev) macro
129 #define downcast(bev_f) (&(bev_f)->bev.bev) macro
152 pub fn downcast<V: ProtobufValue>(self) -> Result<V, Self> { in downcast() method
422 pub fn downcast<E>(mut self) -> Result<E, Self> in downcast() method