HomeSort by relevance Sort by last modified time
    Searched refs:Model (Results 251 - 275 of 961) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetMachine.h 46 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 53 static MCCodeGenInfo *createMSP430MCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
PTXMCTargetDesc.cpp 54 static MCCodeGenInfo *createPTXMCCodeGenInfo(StringRef TT, Reloc::Model RM,
55 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 52 static MCCodeGenInfo *createSparcMCCodeGenInfo(StringRef TT, Reloc::Model RM,
53 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 53 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
54 CodeModel::Model CM) {
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 63 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM,
64 CodeModel::Model CM) {
  /external/testng/src/main/java/org/testng/mustache/
Model.java 7 public class Model {
15 public Model(Map<String, Object> model) {
16 m_model = model;
81 return "[Model " + m_model + " subModel:" + m_subModels + "]";
  /external/testng/src/main/java/org/testng/reporters/jq/
ReporterPanel.java 15 public ReporterPanel(Model model) {
16 super(model);
37 xsb.addRequired(S, Model.getTestResultName(tr), C, "reporter-method-name");
  /frameworks/ml/nn/driver/sample/
SampleDriverAll.cpp 36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
48 Return<void> SampleDriverAll::getSupportedOperations(const Model& model,
51 if (validateModel(model)) {
52 const size_t count = model.operations.size();
SampleDriverFloatFast.cpp 36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
48 Return<void> SampleDriverFloatFast::getSupportedOperations(const Model& model,
51 if (validateModel(model)) {
52 const size_t count = model.operations.size();
55 const Operation& operation = model.operations[i];
57 const Operand& firstOperand = model.operands[operation.inputs[0]];
SampleDriverFloatSlow.cpp 36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
48 Return<void> SampleDriverFloatSlow::getSupportedOperations(const Model& model,
51 if (validateModel(model)) {
52 const size_t count = model.operations.size();
55 const Operation& operation = model.operations[i];
57 const Operand& firstOperand = model.operands[operation.inputs[0]];
SampleDriverQuant.cpp 36 Return<void> getSupportedOperations(const Model& model, getSupportedOperations_cb cb) override;
48 Return<void> SampleDriverQuant::getSupportedOperations(const Model& model,
51 if (validateModel(model)) {
52 const size_t count = model.operations.size();
55 const Operation& operation = model.operations[i];
57 const Operand& firstOperand = model.operands[operation.inputs[0]];
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
Config.h 42 Reloc::Model RelocModel = Reloc::PIC_;
43 CodeModel::Model CodeModel = CodeModel::Default;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
Config.h 42 Reloc::Model RelocModel = Reloc::PIC_;
43 CodeModel::Model CodeModel = CodeModel::Default;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
Config.h 42 Reloc::Model RelocModel = Reloc::PIC_;
43 CodeModel::Model CodeModel = CodeModel::Default;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
Config.h 42 Reloc::Model RelocModel = Reloc::PIC_;
43 CodeModel::Model CodeModel = CodeModel::Default;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/LTO/
Config.h 42 Reloc::Model RelocModel = Reloc::PIC_;
43 CodeModel::Model CodeModel = CodeModel::Default;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/LTO/
Config.h 42 Reloc::Model RelocModel = Reloc::PIC_;
43 CodeModel::Model CodeModel = CodeModel::Default;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 52 enum Model {
212 /// EmulatedTLS - This flag enables emulated TLS model, using emutls
245 /// ThreadModel - This flag specifies the type of threading model to assume
247 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
259 /// What exception model to use
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/
Config.h 42 Reloc::Model RelocModel = Reloc::PIC_;
43 CodeModel::Model CodeModel = CodeModel::Default;

Completed in 6192 milliseconds

<<11121314151617181920>>