Home
last modified time | relevance | path

Searched defs:Model (Results 1 – 25 of 112) sorted by relevance

12345

/external/arm-trusted-firmware/docs/about/
Dmaintainers.rst719 .. _AlexeiFedorov: https://github.com/AlexeiFedorov
720 .. _Andre-ARM: https://github.com/Andre-ARM
721 .. _Anson-Huang: https://github.com/Anson-Huang
722 .. _bijucdas: https://github.com/bijucdas
723 .. _bryanodonoghue: https://github.com/bryanodonoghue
724 .. _b49020: https://github.com/b49020
725 .. _carlocaione: https://github.com/carlocaione
726 .. _danh-arm: https://github.com/danh-arm
727 .. _etienne-lms: https://github.com/etienne-lms
728 .. _glneo: https://github.com/glneo
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmemory_management_test.cc34 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 …]
Dmodel_test.cc29 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/
DTimelineDecoder.hpp22 struct Model struct in arm::pipe::TimelineDecoder
24 std::vector<Entity> m_Entities;
25 std::vector<EventClass> m_EventClasses;
26 std::vector<Event> m_Events;
27 std::vector<Label> m_Labels;
28 std::vector<Relationship> m_Relationships;
/external/armnn/src/timelineDecoder/
DJSONTimelineDecoder.hpp43 struct Model struct in armnn::timelinedecoder::JSONTimelineDecoder
45 std::map<uint64_t, JSONEntity> jsonEntities;
46 std::map<uint64_t, Relationship> relationships;
47 std::map<uint64_t, Label> labels;
48 std::map<uint64_t, Event> events;
49 std::map<uint64_t, EventClass> eventClasses;
/external/tensorflow/tensorflow/core/framework/
Dmodel_test.cc44 TEST_P(AsyncInterleaveManyTest, Model) { in TEST_P() argument
126 TEST_P(AsyncKnownRatioTest, Model) { in TEST_P() argument
210 TEST(InterleaveManyTest, Model) { in TEST() argument
252 TEST_P(KnownRatioTest, Model) { in TEST_P() argument
309 TEST(SourceTest, Model) { in TEST() argument
327 TEST(UnknownRatioTest, Model) { in TEST() argument
363 TEST(UnknownTest, Model) { in TEST() argument
509 TEST(TestManyElements, Model) { in TEST() argument
527 TEST(CollectAutotuneParametersWithElementsTest, Model) { in TEST() argument
548 TEST(DontCollectNonAutotuneParametersTest, Model) { in TEST() argument
[all …]
/external/tensorflow/tensorflow/python/distribute/integration_test/
Dsaved_model_test.py79 class Model(tf.Module): class
134 class Model(tf.Module): class
167 class Model(tf.Module): class
191 class Model(tf.Module): class
217 class Model(tf.Module): class
249 class Model(tf.Module): class
285 class Model(tf.Module): class
336 class Model(tf.Module): class
389 class Model(tf.Module): class
430 class Model(tf.Module): class
[all …]
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h69 struct Model : Concept { struct
70 explicit Model(StreamExecutor* se) : object(se) {} in Model() argument
79 object_ = std::make_unique<Model<T>>(se); in getOrCreate() argument
/external/llvm/include/llvm/Support/
DCodeGenCWrappers.h25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap()
43 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
DCodeGen.h22 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/
DCodeGenCWrappers.h25 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap()
47 inline LLVMCodeModel wrap(CodeModel::Model Model) { in wrap()
/external/blktrace/btreplay/doc/
Dbtreplay.tex65 \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/dokka/core/src/test/kotlin/Model/
DCodeNodeTest.kt1 package Model package
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enum
28 enum Model { Tiny, Small, Kernel, Medium, Large }; enum
42 enum Model { enum
/external/testng/src/main/java/org/testng/mustache/
DModel.java7 public class Model { class
15 public Model(Map<String, Object> model) { in Model() method in Model
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dngrams_test.py69 class Model(tf.Module): class
88 class Model(tf.Module): class
/external/dagger2/java/dagger/example/gradle/android/simple/app/src/main/java/dagger/example/gradle/android/simple/
DModel.java29 @interface Model {} annotation
/external/dagger2/javatests/artifacts/dagger-android/simple/app/src/main/java/dagger/android/simple/
DModel.java29 @interface Model {} annotation
/external/dagger2/javatests/artifacts/hilt-android/simple/app/src/main/java/dagger/hilt/android/simple/
DModel.java29 @interface Model {} annotation
/external/dagger2/java/dagger/hilt/android/example/gradle/simple/app/src/main/java/dagger/hilt/android/example/gradle/simple/
DModel.java29 @interface Model {} annotation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h157 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu) in Scheduler()
160 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu, in Scheduler()
/external/dagger2/java/dagger/hilt/android/example/gradle/simpleKotlin/app/src/main/java/dagger/hilt/android/example/gradle/simpleKotlin/
DModel.kt24 internal annotation class Model class
/external/tensorflow/tensorflow/lite/swift/Sources/
DModel.swift18 final class Model { class
/external/dagger2/javatests/artifacts/hilt-android/simpleKotlin/app/src/main/java/dagger/hilt/android/simpleKotlin/
DModel.kt24 internal annotation class Model class
/external/clang/test/SemaObjC/
Dunused.m108 @interface Model interface
112 @implementation Model { implementation

12345