/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | memory_management_test.cc | 34 TEST(Model, EmptyAssignment) { in TEST() argument 41 TEST(Model, OneObjectAssignment) { in TEST() argument 55 TEST(Model, ManyObjectsAssignment) { in TEST() argument 63 TEST(Model, EmptyRecords) { in TEST() argument 107 TEST(Model, OneRecord) { in TEST() argument 157 TEST(Model, ChainRecords) { in TEST() argument 212 TEST(Model, ComplexRecords) { in TEST() argument 272 TEST(Model, BHWCRecords) { in TEST() argument 305 TEST(Model, UInt2Records) { in TEST() argument 343 TEST(Model, UInt3Records) { in TEST() argument [all …]
|
D | model_test.cc | 29 TEST(Model, SingleNode) { in TEST() argument 50 TEST(Model, SingleNodeMultipleOutputs) { in TEST() argument 66 TEST(Model, SetSameConsumer) { in TEST() argument 74 TEST(Model, RemoveConsumer) { in TEST() argument 100 TEST(Model, SetSameProducer) { in TEST() argument 108 TEST(Model, ReplaceInput) { in TEST() argument 123 TEST(Model, RemoveProducer) { in TEST() argument 273 TEST(Model, RemoveSimpleNodeKeepInputComplexCase) { in TEST() argument 332 TEST(Model, CircularDependency) { in TEST() argument 349 TEST(Model, ReassignValue) { in TEST() argument [all …]
|
/external/armnn/profiling/server/include/timelineDecoder/ |
D | TimelineDecoder.hpp | 24 struct Model struct in arm::pipe::TimelineDecoder 26 std::vector<Entity> m_Entities; 27 std::vector<EventClass> m_EventClasses; 28 std::vector<Event> m_Events; 29 std::vector<Label> m_Labels; 30 std::vector<Relationship> m_Relationships;
|
/external/armnn/src/timelineDecoder/ |
D | JSONTimelineDecoder.hpp | 44 struct Model struct in armnn::timelinedecoder::JSONTimelineDecoder 46 std::map<uint64_t, JSONEntity> jsonEntities; 47 std::map<uint64_t, Relationship> relationships; 48 std::map<uint64_t, Label> labels; 49 std::map<uint64_t, Event> events; 50 std::map<uint64_t, EventClass> eventClasses;
|
/external/pytorch/test/inductor/ |
D | test_aot_inductor.py | 176 class Model(torch.nn.Module): class 191 class Model(torch.nn.Module): class 204 class Model(torch.nn.Module): class 220 class Model(torch.nn.Module): class 240 class Model(torch.nn.Module): class 258 class Model(torch.nn.Module): class 276 class Model(torch.nn.Module): class 288 class Model(torch.nn.Module): class 307 class Model(torch.nn.Module): class 323 class Model(torch.nn.Module): class [all …]
|
D | test_pad_mm.py | 32 class Model(torch.nn.Module): class 64 class Model(torch.nn.Module): class 97 class Model(torch.nn.Module): class 124 class Model(torch.nn.Module): class 153 class Model(torch.nn.Module): class 192 class Model(torch.nn.Module): class 221 class Model(torch.nn.Module): class 250 class Model(torch.nn.Module): class 279 class Model(torch.nn.Module): class 308 class Model(torch.nn.Module): class
|
/external/tensorflow/tensorflow/python/distribute/integration_test/ |
D | saved_model_test.py | 76 class Model(tf.Module): class 132 class Model(tf.Module): class 165 class Model(tf.Module): class 189 class Model(tf.Module): class 215 class Model(tf.Module): class 247 class Model(tf.Module): class 283 class Model(tf.Module): class 346 class Model(tf.Module): class 399 class Model(tf.Module): class 444 class Model(tf.Module): class [all …]
|
/external/pytorch/torch/onnx/_internal/exporter/ |
D | _ir_passes.py | 13 def rename_inputs(model: ir.Model, new_names: Sequence[str]) -> None: 20 def rename_outputs(model: ir.Model, new_names: Sequence[str]) -> None: 26 def add_torchlib_common_imports(model: ir.Model) -> None:
|
/external/tensorflow/tensorflow/core/framework/ |
D | model_test.cc | 53 TEST_P(AsyncInterleaveManyTest, Model) { in TEST_P() argument 138 TEST_P(AsyncKnownRatioTest, Model) { in TEST_P() argument 222 TEST(InterleaveManyTest, Model) { in TEST() argument 267 TEST_P(KnownRatioTest, Model) { in TEST_P() argument 324 TEST(SourceTest, Model) { in TEST() argument 342 TEST(UnknownRatioTest, Model) { in TEST() argument 381 TEST_P(AsyncUnknownRatioTest, Model) { in TEST_P() argument 491 TEST(UnknownTest, Model) { in TEST() argument 640 TEST(TestManyElements, Model) { in TEST() argument 659 TEST(CollectAutotuneParametersWithElementsTest, Model) { in TEST() argument [all …]
|
/external/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/ |
D | mediatek_README.md | 61 ### Set up Environment 79 ### Running Export 98 ### Deploy
|
D | qualcomm_README.md | 97 ### Export with PTQ 138 ### Export with Spinquant (Llama 3 8B only)
|
/external/stg/doc/ |
D | reference.md | 19 ## Model section in Overview 39 ### Symbols 53 ### Types
|
/external/llvm/include/llvm/Support/ |
D | CodeGenCWrappers.h | 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap() 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
|
D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC }; enum 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum 42 enum Model { enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | CodeGenCWrappers.h | 25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() 47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/ |
D | CodeGenCWrappers.h | 25 inline std::optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() 47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
D | gpu_executor.h | 70 struct Model : Concept { struct 71 explicit Model(StreamExecutor* se) : object(se) {} in Model() argument 80 object_ = std::make_unique<Model<T>>(se); in getOrCreate() argument
|
/external/pytorch/docs/source/ |
D | quantization.rst | 576 Quantized Tensor 624 Quantize and Dequantize 640 Quantized Operators/Modules 645 Quantized Engine
|
/external/dokka/core/src/test/kotlin/Model/ |
D | CodeNodeTest.kt | 1 package Model package
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 65 \subsection{Basic Workflow} 91 \subsection{IO Stream Replay Characteristics} 127 \subsection{\texttt{btrecord/btreplay} Method of Operation} 180 \newpage\subsection{Known Deficiencies and Proposed Possible Fixes}
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum 28 enum Model { Tiny, Small, Kernel, Medium, Large }; enum 42 enum Model { enum
|
/external/executorch/exir/tests/ |
D | test_delegate.py | 156 class Model(torch.nn.Module): class 216 class Model(torch.nn.Module): class 276 class Model(torch.nn.Module): class
|
/external/executorch/backends/apple/coreml/test/ |
D | test_coreml_partitioner.py | 24 class Model(torch.nn.Module): class 96 class Model(torch.nn.Module): class
|
D | test_coreml_quantizer.py | 68 class Model(torch.nn.Module): class 93 class Model(torch.nn.Module): class
|
/external/executorch/examples/mediatek/ |
D | README.md | 113 …_executor_runner`. Refer to `examples/mediatek/executor_runner/run_llama3_sample.sh` for reference. 114 ##### Note: For oss models, please use `mtk_oss_executor_runner`.
|