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

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetMachine.h 42 Reloc::Model RM, CodeModel::Model CM,
89 Reloc::Model RM, CodeModel::Model CM);
98 Reloc::Model RM, CodeModel::Model CM);
107 Reloc::Model RM, CodeModel::Model CM);
116 Reloc::Model RM, CodeModel::Model CM)
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 8 template <class Model, void (Model::*)()> struct wrap_constraints { };
9 template <class Model>
10 inline char has_constraints_(Model* , // expected-note 3{{candidate template ignored}}
11 wrap_constraints<Model,&Model::constraints>* = 0); // expected-note 2{{in instantiation}}
13 template <class Model> struct not_satisfied {
14 static const bool value = sizeof( has_constraints_((Model*)0) == 1); // expected-error 3{{no matching function}} \
20 template <class Model> struct requirement_<void(*)(Model)> : if_< not_satisfied<Model> >::type { // expected-note 5 (…)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
Host.cpp 96 unsigned &Model) {
98 Model = (EAX >> 4) & 0xf; // Bits 4 - 7
103 // Examine extended model ID if family ID is 6 or F.
104 Model += ((EAX >> 16) & 0xf) << 4; // Bits 16 - 19
113 unsigned Model = 0;
114 DetectX86FamilyModel(EAX, Family, Model);
131 switch (Model) {
144 switch (Model) {
162 switch (Model) {
167 // model 0
    [all...]
  /external/testng/src/main/java/org/testng/reporters/jq/
BasePanel.java 12 private Model m_model;
14 public BasePanel(Model model) {
15 m_model = model;
18 protected Model getModel() {
  /frameworks/ml/nn/runtime/test/specs/
dequantize.mod.py 0 # model
2 model = Model() variable
5 model = model.Operation("DEQUANTIZE", i1).To(i2) variable
floor.mod.py 0 # model
2 model = Model() variable
5 model = model.Operation("FLOOR", i1).To(i2) variable
l2_normalization.mod.py 17 model = Model() variable
22 model = model.Operation("L2_NORMALIZATION", i1).To(i2) variable
l2_normalization_large.mod.py 17 model = Model() variable
22 model = model.Operation("L2_NORMALIZATION", i1).To(i2) variable
logistic_float_1.mod.py 17 # model
18 model = Model() variable
22 model = model.Operation("LOGISTIC", i1).To(i3) variable
logistic_quant8_1.mod.py 17 # model
18 model = Model() variable
22 model = model.Operation("LOGISTIC", i1).To(i3) variable
relu1_float_1.mod.py 17 # model
18 model = Model() variable
21 model = model.Operation("RELU1", i1).To(i2) variable
relu6_float_1.mod.py 17 # model
18 model = Model() variable
21 model = model.Operation("RELU6", i1).To(i2) variable
relu_float_1.mod.py 17 # model
18 model = Model() variable
21 model = model.Operation("RELU", i1).To(i2) variable
tanh.mod.py 0 # model
2 model = Model() variable
6 model = model.Operation("TANH", i1).To(i2) variable
  /frameworks/ml/nn/tools/test_generator/tests/P_float/
addfloat.mod.py 0 # model
7 Model().Add(i1, i2).Add(i3).Out(o)
  /hardware/interfaces/neuralnetworks/1.0/
IDevice.hal 37 * Gets the supported operations in a model.
39 * getSupportedSubgraph indicates which operations of a model are fully
43 * @param model A model whose operations--and their corresponding
49 * - INVALID_ARGUMENT if provided model is invalid
57 getSupportedOperations(Model model)
61 * Creates a prepared model for execution.
64 * representations to a model for execution, possiblly including
65 * transformations on the constant data, optimization on the model's graph
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 31 Optional<Reloc::Model> RM, CodeModel::Model CM,
52 Optional<Reloc::Model> RM, CodeModel::Model CM,
63 Optional<Reloc::Model> RM, CodeModel::Model CM,
73 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CTargetMachine.h 25 Reloc::Model RM, CodeModel::Model CM)
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPTargetMachine.h 27 Reloc::Model RM, CodeModel::Model CM)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/
EfiCpuVersion.c 18 Provide cpu version extract considering extended family & model ID.
27 IN OUT UINT8 *Model, OPTIONAL
38 Model - Model, including ExtendedModel
57 if (Model != NULL || FamilyId != NULL) {
60 if (Model != NULL) {
61 *Model = (UINT8) ((Register.RegEax >> 4) & 0xF);
63 *Model = (UINT8) (*Model | ((Register.RegEax >> 12) & 0xF0));
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/CpuIA32Lib/
EfiCpuVersion.c 30 Provide cpu version extract considering extended family & model ID.
39 @param Model Model, including ExtendedModel
48 IN OUT UINT8 *Model, OPTIONAL
67 if (Model != NULL || FamilyId != NULL) {
70 if (Model != NULL) {
71 *Model = (UINT8) ((Register.RegEax >> 4) & 0xF);
73 *Model = (UINT8) (*Model | ((Register.RegEax >> 12) & 0xF0));
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h 32 Optional<Reloc::Model> RM, CodeModel::Model CM,
59 Optional<Reloc::Model> RM, CodeModel::Model CM,
70 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.h 39 Optional<Reloc::Model> RM, CodeModel::Model CM,
68 Optional<Reloc::Model> RM, CodeModel::Model CM,
79 Optional<Reloc::Model> RM, CodeModel::Model CM,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.h 39 Reloc::Model RM, CodeModel::Model CM,
102 Reloc::Model RM, CodeModel::Model CM);
110 Reloc::Model RM, CodeModel::Model CM);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCTargetMachine.h 45 Reloc::Model RM, CodeModel::Model CM, bool is64Bit);
82 Reloc::Model RM, CodeModel::Model CM);
91 Reloc::Model RM, CodeModel::Model CM);

Completed in 754 milliseconds

12 3 4 5 6 7 8 91011>>