/aosp_15_r20/external/pytorch/test/inductor/ |
H A 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 …]
|
H A 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
|
H A D | test_layout_optim.py | 126 class Model(nn.Module): class 156 class Model(nn.Module): class 234 class Model(nn.Module): class 252 class Model(nn.Module): class
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/integration_test/ |
H A 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 …]
|
/aosp_15_r20/external/armnn/profiling/server/include/timelineDecoder/ |
H A 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;
|
/aosp_15_r20/external/armnn/src/timelineDecoder/ |
H A 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;
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_torchbind.py | 561 class Model(torch.nn.Module): class 619 class Model(torch.nn.Module): class 676 class Model(torch.nn.Module): class 816 class Model(torch.nn.Module): class 859 class Model(torch.nn.Module): class 934 class Model(torch.nn.Module): class 991 class Model(torch.nn.Module): class 1074 class Model(torch.nn.Module): class 1135 class Model(torch.nn.Module): class 1186 class Model(torch.nn.Module): class [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/ |
H A D | gpu_executor.h | 70 struct Model : Concept { struct 71 explicit Model(StreamExecutor* se) : object(se) {} in Model() function 80 object_ = std::make_unique<Model<T>>(se); in getOrCreate() argument
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | quantization.rst | 576 Quantized Tensor 624 Quantize and Dequantize 640 Quantized Operators/Modules 645 Quantized Engine
|
/aosp_15_r20/external/blktrace/btreplay/doc/ |
H A 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}
|
/aosp_15_r20/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/ |
H A D | SliceQueries.kt | 75 fun Model.selectAll(predicate: (Slice) -> Boolean): List<Slice> { in selectAll() method 115 fun Model.selectFirst(predicate: (Slice) -> Boolean) : Slice? { in selectFirst() method 170 fun Model.traverseSlices(visitor: SliceTraverser) { in traverseSlices() method 221 fun Model.iterSlices(consumer: (Slice) -> Unit) { in Model() method 408 fun Model.slices(includeAsync: Boolean = true): Sequence<Slice> { in slices() method
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | Types.h | 712 struct Model { struct 716 struct Subgraph { 767 Subgraph main; 777 std::vector<Subgraph> referenced; 785 OperandValues operandValues; 793 std::vector<SharedMemory> pools; 801 bool relaxComputationFloat32toFloat16 = false; 844 * The index of the IPreparedModel within the "preparedModel" argument passed in argument
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/exporter/ |
H A 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:
|
/aosp_15_r20/external/executorch/examples/demo-apps/android/LlamaDemo/docs/delegates/ |
H A D | mediatek_README.md | 61 ### Set up Environment 79 ### Running Export 98 ### Deploy
|
/aosp_15_r20/external/stg/doc/ |
H A D | reference.md | 19 ## Model section in Overview 39 ### Symbols 53 ### Types
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 22 enum Model { Static, PIC_, DynamicNoPIC }; enum 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enum 42 enum Model { enum
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | VSyncPredictor.h | 61 struct Model { struct 66 VSyncPredictor::Model getVSyncPredictionModel() const EXCLUDES(mMutex); argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A 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
|
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_dynamo_distributed.py | 326 class Model(nn.Module): class 338 class Model(nn.Module): class 358 class Model(nn.Module): class 379 class Model(nn.Module): class 401 class Model(nn.Module): class 428 class Model(nn.Module): class 449 class Model(nn.Module): class 1641 class Model(nn.Module): class
|
/aosp_15_r20/external/executorch/exir/tests/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Path.cpp | 168 createUniqueEntity(const Twine &Model, int &ResultFD, in createUniqueEntity() 764 void createUniquePath(const Twine &Model, SmallVectorImpl<char> &ResultPath, in createUniquePath() 790 std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() 796 static std::error_code createUniqueFile(const Twine &Model, int &ResultFd, in createUniqueFile() 803 std::error_code createUniqueFile(const Twine &Model, in createUniqueFile() 816 createTemporaryFile(const Twine &Model, int &ResultFD, in createTemporaryFile() 863 getPotentiallyUniqueFileName(const Twine &Model, in getPotentiallyUniqueFileName() 1250 Expected<TempFile> TempFile::create(const Twine &Model, unsigned Mode) { in create()
|
/aosp_15_r20/external/cldr/docs/ldml/ |
H A D | tr35-messageFormat.md | 3631 ### Messages 3718 ### Patterns 3777 ### Expressions 3837 ### Markup 3855 ### Extensions
|