Home
last modified time | relevance | path

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

12345

/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.hpp24 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/
DJSONTimelineDecoder.hpp44 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/tensorflow/tensorflow/python/distribute/integration_test/
Dsaved_model_test.py76 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/tensorflow/tensorflow/core/framework/
Dmodel_test.cc53 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/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/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dgpu_executor.h70 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/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/dokka/core/src/test/kotlin/Model/
DCodeNodeTest.kt1 package Model package
/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/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/javatests/artifacts/hilt-android/simple/app/src/main/java/dagger/hilt/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/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/javatests/artifacts/hilt-android/simpleKotlin/app/src/main/java/dagger/hilt/android/simpleKotlin/
DModel.kt24 internal annotation class Model class
/external/android-nn-driver/test/1.0/
DConvolution2D.cpp19 void SetModelFp16Flag(V1_0::Model&, bool) in SetModelFp16Flag()
/external/tensorflow/tensorflow/lite/swift/Sources/
DModel.swift18 final class Model { class
/external/clang/test/SemaObjC/
Dunused.m108 @interface Model interface
112 @implementation Model { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/
DInstructionTables.h34 InstructionTables(const MCSchedModel &Model) in InstructionTables()
/external/armnn/shim/sl/canonical/
DConverter.hpp24 using Model = ::android::nn::Model; typedef in armnn_driver::Converter
/external/android-nn-driver/1.0/
DHalPolicy.hpp22 using Model = V1_0::Model; typedef in armnn_driver::hal_1_0::HalPolicy

12345