Home
last modified time | relevance | path

Searched defs:FS (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_ast_replace.cpp120 void RSASTReplace::VisitForStmt(clang::ForStmt *FS) { in VisitForStmt()
Dslang_rs_object_ref_count.cpp242 void DestructorVisitor::VisitForStmt(clang::ForStmt *FS) { in VisitForStmt()
/frameworks/ml/nn/common/operations/
DQuantizedLSTM.cpp152 using FS = gemmlowp::FixedPoint<std::int16_t, StateIntegerBits>; in quantizedLstmStep() typedef