Home
last modified time | relevance | path

Searched defs:models (Results 1 – 25 of 63) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dindex.md46 ### Explicit compilation with `tf.function(jit_compile=True)`
97 ### Auto-clustering
124 ### AOT (Ahead-of-time) compilation for CPU with `tfcompile`
/external/ComputeLibrary/tests/validation/fixtures/
DHOGMultiDetectionFixture.h60 …void setup(std::string image, std::vector<HOGInfo> models, Format format, BorderMode border_mode, … in setup()
91 void initialize_batch(const std::vector<HOGInfo> &models, MultiHOGType &multi_hog, in initialize_batch()
116const std::vector<HOGInfo> &models, std::vector<std::vector<U>> &descriptors, unsigned int max_num… in compute_target()
174const std::vector<HOGInfo> &models, const std::vector<std::vector<U>> &descriptors, unsigned int m… in compute_reference()
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/
DREADME.md38 #### Computer Vision examples
47 #### Text & Sequence examples
56 #### Other examples
/external/clang/test/SemaTemplate/
Dinstantiate-var-template.cpp40 template<typename... T> A<T...> models; variable
41 …template<> struct B models<>; // expected-error {{incomplete type 'struct B'}} expected-note {{for… variable
/external/arm-trusted-firmware/docs/design/
Dinterrupt-framework-design.rst95 Secure-EL1 interrupts
115 Non-secure interrupts
143 EL3 interrupts
/external/fonttools/Doc/source/varLib/
Dmodels.rst2 models title
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dmeasurement.md223 ### Android performance benchmarks
355 ### iOS performance benchmarks
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_execution_limitations.cpp36 const auto* models = _.GetExecutionModels(entry_id); in ValidateExecutionLimitations() local
Dvalidate_derivatives.cpp80 const auto* models = state.GetExecutionModels(entry_point->id()); in DerivativesPass() local
Dvalidate_mode_setting.cpp298 const auto* models = _.GetExecutionModels(entry_point_id); in ValidateExecutionMode() local
/external/tensorflow/tensorflow/lite/tools/
Dlist_flex_ops_main.cc34 std::vector<std::string> models = absl::StrSplit(input_models, ','); in main() local
Dgen_op_registration_main.cc164 std::vector<std::string> models = absl::StrSplit(input_models, ','); in main() local
/external/llvm/utils/
Dschedcover.py13 models = set() variable
/external/ComputeLibrary/tests/validation/reference/
DHOGMultiDetection.cpp42 void validate_models(const std::vector<HOGInfo> &models) in validate_models()
139const std::vector<HOGInfo> &models, std::vector<std::vector<float>> descriptors, in hog_multi_detection()
/external/libtextclassifier/proto/
Dmodel_manifest.proto40 repeated Model models = 1; field
/external/libtextclassifier/java/src/com/android/textclassifier/downloader/
DDownloadedModelDatabase.java312 abstract void deleteModels(List<Model> models); in deleteModels()
345 List<Model> models = dao().queryAllModels(); in dump() local
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dgrafter.cc41 std::vector<const Model*> models, in Combiner()
269 std::vector<const Model*> models, in CombineModels()
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
DDownloadedModelDatabaseTest.java70 List<Model> models = db.dao().queryAllModels(); in insertModelAndRead() local
79 List<Model> models = db.dao().queryAllModels(); in insertModelAndDelete() local
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/
DStreamNullabilityPropagator.java152 private final ImmutableList<StreamTypeRecord> models; field in StreamNullabilityPropagator
154 StreamNullabilityPropagator(ImmutableList<StreamTypeRecord> models) { in StreamNullabilityPropagator()
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dmetadata.md443 ### Read the metadata in Java
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_detector.h209 std::vector<const ObjectModelBase*>* models) const { in GetObjectModels()

123