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

1 2 3 4 5 6 7 891011>>

  /frameworks/ml/nn/tools/test_generator/tests/P_depthwise_conv/
depthwise_conv.bin.mod.py 0 model = Model()
11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3) variable
1 model = Model() variable
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentsAdapter.java 28 import com.android.documentsui.Model;
36 * DocumentsAdapter provides glue between a directory Model, and RecylcerView. We've
58 * Returns a list of model IDs of items currently in the adapter.
60 * @return A list of Model IDs.
73 * @return The model ID of the item at the given adapter position.
77 abstract EventListener<Model.Update> getModelUpdateListener();
97 boolean isDirectory(Model model, int position) {
99 Cursor cursor = model.getItem(modelId);
114 Model getModel()
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileTable.py 50 Model INTEGER NOT NULL,
74 # @param Model: Model of a Inf item
87 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON',
92 Model,
110 # @param Model: The Model of Record
116 def Query(self, Model, Arch=None, Platform=None):
117 ConditionString = "Model=%s AND Enabled>=0" % Model
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfClassObject.py 89 (Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) = \
94 Model = MODEL_PCD
100 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
102 Model = MODEL_META_DATA_COMPONENT
108 self.TblFdf.Insert(Model, Value1, Value2, Value3, Arch, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
  /external/llvm/include/llvm/Target/
TargetMachine.h 91 Reloc::Model RM = Reloc::Static;
92 CodeModel::Model CMModel = CodeModel::Default;
169 /// Returns the code generation relocation model. The choices are static, PIC,
171 Reloc::Model getRelocationModel() const;
173 /// Returns the code model. The choices are small, kernel, medium, large, and
175 CodeModel::Model getCodeModel() const;
181 /// Returns the TLS model which should be used for the given global variable.
182 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
285 TargetOptions Options, Reloc::Model RM, CodeModel::Model CM
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 80 Reloc::Model RM = Reloc::Static;
81 CodeModel::Model CMModel = CodeModel::Default;
161 /// Returns the code generation relocation model. The choices are static, PIC,
163 Reloc::Model getRelocationModel() const;
165 /// Returns the code model. The choices are small, kernel, medium, large, and
167 CodeModel::Model getCodeModel() const;
173 /// Returns the TLS model which should be used for the given global variable.
174 TLSModel::Model getTLSModel(const GlobalValue *GV) const;
271 const TargetOptions &Options, Reloc::Model RM,
272 CodeModel::Model CM, CodeGenOpt::Level OL)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp 57 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
63 /// Create an ILP32 architecture model
67 Optional<Reloc::Model> RM,
68 CodeModel::Model CM,
189 Optional<Reloc::Model> RM,
190 CodeModel::Model CM,
199 Optional<Reloc::Model> RM,
200 CodeModel::Model CM,
209 Optional<Reloc::Model> RM
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetMachine.cpp 36 /// TargetMachine ctor - Create an ARM architecture model.
40 Reloc::Model RM, CodeModel::Model CM)
52 Reloc::Model RM, CodeModel::Model CM)
73 Reloc::Model RM, CodeModel::Model CM)
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.cpp 34 Reloc::Model RM, CodeModel::Model CM)
54 Reloc::Model RM, CodeModel::Model CM)
68 Reloc::Model RM, CodeModel::Model CM,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileTable.py 76 Model INTEGER NOT NULL,
98 # @param Model: Model of a Inf item
111 def Insert(self, Model, Value1, Value2, Value3, Scope1='COMMON', Scope2='COMMON',
116 Model,
132 # @param Model: The Model of Record
138 def Query(self, Model, Arch=None, Platform=None, BelongsToItem=None):
139 ConditionString = "Model=%s AND Enabled>=0" % Model
    [all...]
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.cpp 42 static void adjustCodeGenOpts(const Triple & /*TT*/, Reloc::Model /*RM*/,
43 CodeModel::Model &CM) {
44 CodeModel::Model M = (CM == CodeModel::Default || CM == CodeModel::JITDefault)
  /frameworks/ml/nn/runtime/include/
NeuralNetworksWrapper.h 108 class Model {
110 Model() {
114 ~Model() { ANeuralNetworksModel_free(mModel); }
119 Model(const Model&) = delete;
120 Model& operator=(const Model&) = delete;
125 Model(Model&& other) { *this = std::move(other); }
126 Model& operator=(Model&& other)
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
ModelBackedDocumentsAdapterTest.java 26 import com.android.documentsui.Model;
52 mAdapter.getModelUpdateListener().accept(Model.Update.UPDATE);
57 assertEquals(mEnv.model.getItemCount(), mAdapter.getItemCount());
89 public Model getModel() {
90 return mEnv.model;
  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 82 void setCodePICModel(Optional<Reloc::Model> Model) { RelocModel = Model; }
214 Optional<Reloc::Model> RelocModel;
ThinLTOCodeGenerator.h 40 Optional<Reloc::Model> RelocModel;
49 /// compilation: the model is that the client adds modules to the generator and
171 void setCodePICModel(Optional<Reloc::Model> Model) {
172 TMBuilder.RelocModel = Model;
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 177 static Reloc::Model getEffectiveRelocModel(const Triple &TT,
178 Optional<Reloc::Model> RM) {
180 // Default relocation model on Darwin is PIC.
190 /// Create an ARM architecture model.
195 Optional<Reloc::Model> RM,
196 CodeModel::Model CM,
269 Optional<Reloc::Model> RM,
270 CodeModel::Model CM, CodeGenOpt::Level OL,
284 Optional<Reloc::Model> RM,
285 CodeModel::Model CM
    [all...]
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 81 static Reloc::Model getEffectiveRelocModel(CodeModel::Model CM,
82 Optional<Reloc::Model> RM) {
96 Optional<Reloc::Model> RM,
97 CodeModel::Model CM, CodeGenOpt::Level OL,
120 Optional<Reloc::Model> RM,
121 CodeModel::Model CM,
130 Optional<Reloc::Model> RM,
131 CodeModel::Model CM,
  /external/llvm/lib/Target/SystemZ/
SystemZTargetMachine.cpp 83 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
85 // separate DynamicNoPIC model.
94 Optional<Reloc::Model> RM,
95 CodeModel::Model CM,

Completed in 1169 milliseconds

1 2 3 4 5 6 7 891011>>