Home
last modified time | relevance | path

Searched defs:model (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/cxx_api/
Dmodel_test.cc30 Model model; in TEST_F() local
40 Model model; in TEST_F() local
50 Model model; in TEST_F() local
61 Model model; in TEST_F() local
66 Model model; in TEST_F() local
79 Model model; in TEST_F() local
85 Model model; in TEST_F() local
98 Model model; in TEST_F() local
106 Model model; in TEST_F() local
121 Model model; in TEST_F() local
[all …]
/third_party/spirv-tools/source/val/
Dvalidate_mode_setting.cpp301 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
311 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
343 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
354 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
371 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
409 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
422 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
433 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
Dvalidate_scopes.cpp115 std::string* message) { in ValidateExecutionScope()
144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope()
253 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
276 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp308 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
318 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
350 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
361 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
378 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
416 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
429 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
444 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
Dvalidate_scopes.cpp115 std::string* message) { in ValidateExecutionScope()
144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope()
253 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
276 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_mode_setting.cpp308 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
318 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
350 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
361 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
378 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
416 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
429 [](const SpvExecutionModel& model) { in ValidateExecutionMode()
444 [&_](const SpvExecutionModel& model) { in ValidateExecutionMode()
Dvalidate_scopes.cpp115 std::string* message) { in ValidateExecutionScope()
144 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateExecutionScope()
253 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
276 [errorVUID](SpvExecutionModel model, std::string* message) { in ValidateMemoryScope()
/third_party/typescript/tests/baselines/reference/
DjsxInferenceProducesLiteralAsExpected.js14 const model = new TestObject(); constant
32 var model = new TestObject(); variable
33 var el1 = React.createElement(Test, { model: model, foo: "c" }); property
34 var el2 = React.createElement(Test, { model: model, foo: "c" }); property
DspecializedInheritedConstructors1.js14 var m: ViewOptions<Model> = { model: new Model() }; property
15 var aView = new View({ model: new Model() }); property
53 var m = { model: new Model() }; property
54 var aView = new View({ model: new Model() }); property
/third_party/glib/gio/tests/
Dglistmodel.c27 list_model_get (GListModel *model, in list_model_get()
269 GListModel *model; in test_store_splice_replace_middle() local
325 GListModel *model; in test_store_splice_replace_all() local
371 GListModel *model; in test_store_splice_noop() local
400 model_array_equal (GListModel *model, GPtrArray *array) in model_array_equal()
428 GListModel *model; in test_store_splice_remove_multiple() local
481 GListModel *model; in test_store_splice_add_multiple() local
529 GListModel *model; in test_store_remove_all() local
584 GListModel *model; in test_store_sort() local
624 GListModel *model; in test_store_get_item_cache() local
[all …]
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dserialization.cc60 …auto model = std::shared_ptr<lite::Model>(lite::Model::Import(static_cast<const char *>(model_data… in Load() local
95 auto model = std::shared_ptr<lite::Model>(lite::Model::Import(filename.c_str())); in Load() local
115 Status Serialization::SetParameters(const std::map<std::string, Buffer> &parameters, Model *model) { in SetParameters()
120 Status Serialization::ExportModel(const Model &model, ModelType model_type, Buffer *model_data) { in ExportModel()
125 Status Serialization::ExportModel(const Model &model, ModelType model_type, const std::string &mode… in ExportModel()
/third_party/glib/gio/
Dgmenumodel.c324 g_menu_model_real_get_item_attribute_value (GMenuModel *model, in g_menu_model_real_get_item_attribute_value()
357 g_menu_model_real_iterate_item_links (GMenuModel *model, in g_menu_model_real_iterate_item_links()
388 g_menu_model_real_get_item_link (GMenuModel *model, in g_menu_model_real_get_item_link()
413 g_menu_model_init (GMenuModel *model) in g_menu_model_init()
479 g_menu_model_is_mutable (GMenuModel *model) in g_menu_model_is_mutable()
496 g_menu_model_get_n_items (GMenuModel *model) in g_menu_model_get_n_items()
517 g_menu_model_iterate_item_attributes (GMenuModel *model, in g_menu_model_iterate_item_attributes()
549 g_menu_model_get_item_attribute_value (GMenuModel *model, in g_menu_model_get_item_attribute_value()
589 g_menu_model_get_item_attribute (GMenuModel *model, in g_menu_model_get_item_attribute()
632 g_menu_model_iterate_item_links (GMenuModel *model, in g_menu_model_iterate_item_links()
[all …]
/third_party/mindspore/mindspore/lite/examples/runtime_cpp/
Dmain.cc136 mindspore::Status GetInputsAndSetData(mindspore::Model *model) { in GetInputsAndSetData()
153 mindspore::Status GetInputsByTensorNameAndSetData(mindspore::Model *model) { in GetInputsByTensorNameAndSetData()
168 void GetOutputsByNodeName(mindspore::Model *model) { in GetOutputsByNodeName()
196 void GetOutputByTensorName(mindspore::Model *model) { in GetOutputByTensorName()
225 void GetOutputs(mindspore::Model *model) { in GetOutputs()
265 auto model = new (std::nothrow) mindspore::Model(); in CreateAndBuildModel() local
304 auto model = new (std::nothrow) mindspore::Model(); in CreateAndBuildModelComplicated() local
320 mindspore::Status ResizeInputsTensorShape(mindspore::Model *model) { in ResizeInputsTensorShape()
339 auto model = CreateAndBuildModel(model_buf, size); in Run() local
383 auto model = CreateAndBuildModel(model_buf, size); in RunResize() local
[all …]
/third_party/ffmpeg/libavcodec/
Dvp5.c90 VP56Model *model = s->modelp; in vp5_parse_vector_adjustment() local
114 VP56Model *model = s->modelp; in vp5_parse_vector_models() local
137 VP56Model *model = s->modelp; in vp5_parse_coeff_models() local
184 VP56Model *model = s->modelp; in vp5_parse_coeff() local
267 VP56Model *model = s->modelp; in vp5_default_models_init() local
/third_party/boost/boost/concept/
Dusage.hpp21 # define BOOST_CONCEPT_USAGE(model) \ argument
28 # define BOOST_CONCEPT_USAGE(model) \ argument
/third_party/mindspore/mindspore/lite/micro/coder/
Dgraph.h35 explicit CoderGraph(Model *model) : model_(model) {} in CoderGraph()
66 const Model *model() const { return this->model_; } in model() function
/third_party/typescript/tests/cases/compiler/
DspecializedInheritedConstructors1.ts2 model: TModel; property
7 model: TModel; property in View
/third_party/boost/boost/geometry/strategies/geographic/
Dpoint_in_poly_winding.hpp64 explicit geographic_winding(Spheroid const& model) in geographic_winding()
68 Spheroid const& model() const in model() function in boost::geometry::strategy::within::geographic_winding
Dside.hpp103 explicit geographic(Spheroid const& model) in geographic()
128 Spheroid const& model() const in model() function in boost::geometry::strategy::side::geographic
140 ModelT const& model) in azimuth()
/third_party/mindspore/mindspore/lite/src/
Dlite_session.cc135 int LiteSession::ConvertTensorsData(const lite::Model *model, size_t tensor_index, const schema::Te… in ConvertTensorsData()
218 int LiteSession::ConvertTensors(const lite::Model *model) { in ConvertTensors()
268 void LiteSession::InitGraphInputTensors(const lite::Model *model) { in InitGraphInputTensors()
288 void LiteSession::InitGraphOutputTensors(const lite::Model *model) { in InitGraphOutputTensors()
301 void LiteSession::InitGraphInputMap(const lite::Model *model) { in InitGraphInputMap()
338 void LiteSession::InitGraphOutputNodeMap(const lite::Model *model) { in InitGraphOutputNodeMap()
369 void LiteSession::InitGraphOutputTensorMap(const lite::Model *model) { in InitGraphOutputTensorMap()
391 void LiteSession::AdjustModelOutputTensorInitRefCount(const lite::Model *model) { in AdjustModelOutputTensorInitRefCount()
406 void LiteSession::InitGraphInOutTensorsMap(const lite::Model *model) { in InitGraphInOutTensorsMap()
499 int LiteSession::CompileGraph(Model *model) { in CompileGraph()
[all …]
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dmmodel.h52 MModel *model = new (std::nothrow) MModel(); in Import() local
56 delete model; in Import() local
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dmmodel.h52 MModel *model = new (std::nothrow) MModel(); in Import() local
56 delete model; in Import() local
/third_party/mindspore/tests/st/networks/models/bert/src/
Dcluener_evaluation.py30 def process(model, text, sequence_length): argument
60 def submit(model, path, sequence_length): argument
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native.c51 static DNNReturnType get_input_native(void *model, DNNData *input, const char *input_name) in get_input_native()
77 static DNNReturnType get_output_native(void *model, const char *input_name, int input_width, int in… in get_output_native()
118 DNNModel *model = NULL; in ff_dnn_load_model_native() local
261 static DNNReturnType execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in execute_model_native()
375 DNNReturnType ff_dnn_execute_model_native(const DNNModel *model, const char *input_name, AVFrame *i… in ff_dnn_execute_model_native()
415 void ff_dnn_free_model_native(DNNModel **model) in ff_dnn_free_model_native()
/third_party/mindspore/mindspore/lite/src/c_api/
Dmodel_c.cc300 void OH_AI_ModelDestroy(OH_AI_ModelHandle *model) { in OH_AI_ModelDestroy()
308 void OH_AI_ModelSetWorkspace(OH_AI_ModelHandle model, void *workspace, size_t workspace_size) { in OH_AI_ModelSetWorkspace()
313 OH_AI_Status OH_AI_ModelBuild(OH_AI_ModelHandle model, const void *model_data, size_t data_size, in OH_AI_ModelBuild()
329 OH_AI_Status OH_AI_ModelBuildFromFile(OH_AI_ModelHandle model, const char *model_path, OH_AI_ModelT… in OH_AI_ModelBuildFromFile()
345 OH_AI_Status OH_AI_ModelResize(OH_AI_ModelHandle model, const OH_AI_TensorHandleArray inputs, in OH_AI_ModelResize()
364 OH_AI_Status OH_AI_ModelPredict(OH_AI_ModelHandle model, const OH_AI_TensorHandleArray inputs, in OH_AI_ModelPredict()
380 OH_AI_TensorHandleArray OH_AI_ModelGetInputs(const OH_AI_ModelHandle model) { in OH_AI_ModelGetInputs()
391 OH_AI_TensorHandleArray OH_AI_ModelGetOutputs(const OH_AI_ModelHandle model) { in OH_AI_ModelGetOutputs()
402 OH_AI_TensorHandle OH_AI_ModelGetInputByTensorName(const OH_AI_ModelHandle model, const char *tenso… in OH_AI_ModelGetInputByTensorName()
419 OH_AI_TensorHandle OH_AI_ModelGetOutputByTensorName(const OH_AI_ModelHandle model, const char *tens… in OH_AI_ModelGetOutputByTensorName()

12345678910>>...14