/frameworks/ml/nn/runtime/test/specs/V1_0/ |
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 * getSupportedOperations 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...] |
/hardware/interfaces/neuralnetworks/1.1/ |
IDevice.hal | 42 * Gets the supported operations in a model. 44 * getSupportedOperations indicates which operations of a model are fully 48 * @param model A model whose operations--and their corresponding 54 * - INVALID_ARGUMENT if provided model is invalid 62 getSupportedOperations_1_1(Model model) 66 * Creates a prepared model for execution. 69 * representations to a model for execution, possiblly including 70 * transformations on the constant data, optimization on the model's graph [all...] |
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
PreparedModel.h | 50 PreparedModel(const Model& neuralNetworksModel, 51 const std::shared_ptr<hexagon::Model>& hexagonModel); 59 Model mNeuralNetworksModel; 60 std::shared_ptr<hexagon::Model> mHexagonModel;
|
/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);
|
PPCTargetMachine.cpp | 31 Reloc::Model RM, CodeModel::Model CM, 47 Reloc::Model RM, CodeModel::Model CM) 54 Reloc::Model RM, CodeModel::Model CM)
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
SparcTargetMachine.cpp | 25 /// SparcTargetMachine ctor - Create an ILP32 architecture model 29 Reloc::Model RM, CodeModel::Model CM, 56 StringRef FS, Reloc::Model RM, 57 CodeModel::Model CM) 63 StringRef FS, Reloc::Model RM, 64 CodeModel::Model CM)
|
SparcTargetMachine.h | 38 Reloc::Model RM, CodeModel::Model CM, bool is64bit); 67 Reloc::Model RM, CodeModel::Model CM); 76 Reloc::Model RM, CodeModel::Model CM);
|
/external/llvm/lib/Target/ |
TargetMachine.cpp | 82 /// Returns the code generation relocation model. The choices are static, PIC, 84 Reloc::Model TargetMachine::getRelocationModel() const { return RM; } 86 /// Returns the code model. The choices are small, kernel, medium, large, and 88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } 90 /// Get the IR-specified TLS model for Var. 91 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) { 105 llvm_unreachable("invalid TLS model"); 113 Reloc::Model RM = getRelocationModel(); 153 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const { 155 Reloc::Model RM = getRelocationModel() [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsTargetMachine.cpp | 38 Reloc::Model RM, CodeModel::Model CM, 57 Reloc::Model RM, CodeModel::Model CM) : 63 Reloc::Model RM, CodeModel::Model CM) : 69 Reloc::Model RM, CodeModel::Model CM) : 75 Reloc::Model RM, CodeModel::Model CM) [all...] |
/external/tensorflow/tensorflow/contrib/lite/ |
model.h | 16 // to go from a serialized tflite model in flatbuffer format to an 21 // auto model = FlatBufferModel::BuildFromFile("interesting_model.tflite", 25 // InterpreterBuilder builder(*model, resolver); 28 // .. run model inference with interpreter 44 // An RAII object that represents a read-only tflite model, copied from disk, 48 // Builds a model based on a file. Returns a nullptr in case of failure. 53 // Builds a model based on a pre-loaded flatbuffer. The caller retains 60 // Builds a model directly from a flatbuffer pointer. The caller retains 64 const tflite::Model* model_spec, 75 const tflite::Model* operator->() const { return model_; [all...] |
/frameworks/ml/nn/driver/sample/ |
SampleDriver.h | 40 Return<void> getSupportedOperations(const V1_0::Model& model, 42 Return<ErrorStatus> prepareModel(const V1_0::Model& model, 44 Return<ErrorStatus> prepareModel_1_1(const V1_1::Model& model, ExecutionPreference preference, 57 SamplePreparedModel(const Model& model) : mModel(model) {} 66 Model mModel [all...] |
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUTargetMachine.h | 38 Optional<Reloc::Model> RM, CodeModel::Model CM, 66 Optional<Reloc::Model> RM, CodeModel::Model CM, 85 Optional<Reloc::Model> RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/Mips/ |
MipsTargetMachine.h | 44 Optional<Reloc::Model> RM, CodeModel::Model CM, 79 Optional<Reloc::Model> RM, CodeModel::Model CM, 90 Optional<Reloc::Model> RM, CodeModel::Model CM,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXTargetMachine.h | 39 Optional<Reloc::Model> RM, CodeModel::Model CM, 74 Optional<Reloc::Model> RM, CodeModel::Model CM, 83 Optional<Reloc::Model> RM, CodeModel::Model CM,
|