Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm/include/llvm/Support/
DCodeGenCWrappers.h25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap()
43 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC }; enum
28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum
42 enum Model { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DCodeGenCWrappers.h26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
46 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
/external/tensorflow/tensorflow/core/framework/
Dmodel_test.cc30 TEST_P(AsyncInterleaveManyTest, Model) { in TEST_P() argument
94 TEST_P(AsyncKnownRatioTest, Model) { in TEST_P() argument
165 TEST(InterleaveManyTest, Model) { in TEST() argument
201 TEST_P(KnownRatioTest, Model) { in TEST_P() argument
251 TEST(SourceTest, Model) { in TEST() argument
268 TEST(UnknownRatioTest, Model) { in TEST() argument
299 TEST(UnknownTest, Model) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum
28 enum Model { Small, Kernel, Medium, Large }; enum
42 enum Model { enum
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enum
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum
/external/blktrace/btreplay/doc/
Dbtreplay.tex65 \subsection{Basic Workflow}
91 \subsection{IO Stream Replay Characteristics}
127 \subsection{\texttt{btrecord/btreplay} Method of Operation}
180 \newpage\subsection{Known Deficiencies and Proposed Possible Fixes}
/external/swiftshader/third_party/LLVM/lib/Support/
DHost.cpp96 unsigned &Model) { in DetectX86FamilyModel()
113 unsigned Model = 0; in getHostCPUName() local
/external/testng/src/main/java/org/testng/mustache/
DModel.java7 public class Model { class
15 public Model(Map<String, Object> model) { in Model() method in Model
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DModel.swift19 final class Model { class
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md79 #### C++
107 #### Java
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstructionTables.h35 InstructionTables(const llvm::MCSchedModel &Model, InstrBuilder &Builder) in InstructionTables()
DSummaryView.cpp27 SummaryView::SummaryView(const llvm::MCSchedModel &Model, const SourceMgr &S, in SummaryView()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
DREADME.md109 ### Creating Your Own Model With Google Cloud
/external/clang/test/SemaObjC/
Dunused.m108 @interface Model interface
112 @implementation Model { implementation
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp43 CodeModel::Model /*CodeModel*/, in LanaiSubtarget()
/external/testng/src/main/java/org/testng/reporters/jq/
DModel.java20 public class Model { class
34 public Model(List<ISuite> suites) { in Model() method in Model
/external/python/google-api-python-client/tests/
Dtest_protobuf_model.py50 class Model(unittest.TestCase): class
/external/skia/tools/mdbviz/
DModel.cpp18 Model::Model() : fCurOp(0) { in Model() function in Model
/external/skqp/tools/mdbviz/
DModel.cpp18 Model::Model() : fCurOp(0) { in Model() function in Model
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp484 unsigned *Model) { in detectX86FamilyModel()
497 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
773 static void getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
989 unsigned Family = 0, Model = 0; in getHostCPUName() local
/external/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp86 TLSModel::Model Model; in lowerSymbolOperandELF() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.cpp241 unsigned Model = 0; in AutoDetectSubtargetFeatures() local
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils_test.py150 class Model(keras.Model): class
/external/tensorflow/tensorflow/python/keras/
Dmodels.py40 Model = training.Model # pylint: disable=invalid-name variable

1234