/frameworks/ml/nn/runtime/test/specs/V1_1/ |
depthwise_conv2d_float_weights_as_inputs_relaxed.mod.py | 17 model = Model() variable 27 model = model.Operation("DEPTHWISE_CONV_2D", variable 32 model = model.RelaxedExecution(True) variable
|
depthwise_conv_relaxed.mod.py | 17 model = Model() variable 27 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3) variable
|
l2_pool_float_large_relaxed.mod.py | 17 model = Model() variable 26 model = model.Operation("L2_POOL_2D", i1, pad0, pad0, pad0, pad0, variable 30 model = model.RelaxedExecution(True) variable
|
lsh_projection_2_relaxed.mod.py | 21 model = Model() variable 29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, variable 31 model = model.RelaxedExecution(True) variable
|
lsh_projection_relaxed.mod.py | 21 model = Model() variable 29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, variable 31 model = model.RelaxedExecution(True) variable
|
lsh_projection_weights_as_inputs_relaxed.mod.py | 21 model = Model() variable 28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output) variable 29 model = model.RelaxedExecution(True) variable
|
/frameworks/ml/nn/tools/test_generator/tests/P_weird/ |
weird_add.mod.py | 0 # model 2 model = Model() variable 10 model = model.Operation("ADD", i1, i2, b0).To(tmp) variable 11 model = model.Operation("ADD", tmp, i2, b0).To(tmp2) variable 12 model = model.Operation("ADD", tmp2, i4, b0).To(o3) variable
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
GeneratedTests.cpp | 35 extern void Execute(const sp<V1_0::IDevice>&, std::function<V1_0::Model(void)>,
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
GeneratedTests.cpp | 35 extern void Execute(const sp<V1_1::IDevice>&, std::function<V1_1::Model(void)>,
|
/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/tensorflow/tensorflow/contrib/lite/toco/ |
import_tensorflow.cc | 30 #include "tensorflow/contrib/lite/toco/model.h" 323 Model* model) { 328 auto& array = model->GetOrCreateArray(node.name()); 362 Model* model) { 379 GetOpWithOutput(*model, reordered_weights_name); 391 model->operators.emplace_back(reorder); 410 model->operators.emplace_back(conv); 415 Model* model) 1874 Model* model = new Model; local [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Table/ |
TableIdentifier.py | 42 # @param Model: Model of a Identifier
56 Model INTEGER NOT NULL,
75 # @param Model: Model of a Identifier
83 def Insert(self, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn):
87 % (self.Table, self.ID, Modifier, Type, Name, Value, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
|
TablePcd.py | 42 # @param Model: Model of a Pcd
56 Model INTEGER NOT NULL,
75 # @param Model: Model of a Pcd
83 def Insert(self, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn):
87 % (self.Table, self.ID, CName, TokenSpaceGuidCName, Token, DatumType, Model, BelongsToFile, BelongsToFunction, StartLine, StartColumn, EndLine, EndColumn)
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
TargetSelect.cpp | 33 Reloc::Model RM, 34 CodeModel::Model CM,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/ |
SPUMCTargetDesc.cpp | 64 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM, 65 CodeModel::Model CM) {
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
SPUTargetMachine.cpp | 37 Reloc::Model RM, CodeModel::Model CM)
|
/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/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
remove_trivial_reshape.cc | 23 #include "tensorflow/contrib/lite/toco/model.h" 31 bool IsReshapeTrivial(const Model& model, const Operator& op, 37 const auto& input_array = model.GetArray(op.inputs[0]); 38 const auto& output_array = model.GetArray(op.outputs[0]); 59 if (CountOpsWithInput(model, op.outputs[0]) == 1) { 60 const auto* next_op = GetOpWithInput(model, op.outputs[0]); 75 bool RemoveTrivialReshape::Run(Model* model, std::size_t op_index) { 76 const auto reshape_it = model->operators.begin() + op_index [all...] |
/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");
|