Home
last modified time | relevance | path

Searched refs:gimpl (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/internal/
H A Dgapi_int_island_tests.cpp272 cv::gimpl::GModel::dataNodeOf(gm, tmp[0]), in TEST_F()
273 cv::gimpl::GModel::dataNodeOf(gm, tmp[1]), in TEST_F()
274 cv::gimpl::GModel::dataNodeOf(gm, tmp[2]), in TEST_F()
275 cv::gimpl::GModel::dataNodeOf(gm, tmp[3]), in TEST_F()
276 cv::gimpl::GModel::dataNodeOf(gm, scl), in TEST_F()
279 cv::gimpl::GModel::dataNodeOf(gm, in[0]), in TEST_F()
280 cv::gimpl::GModel::dataNodeOf(gm, in[1]), in TEST_F()
281 cv::gimpl::GModel::dataNodeOf(gm, out[0]), in TEST_F()
327 cv::gimpl::GModel::dataNodeOf(gm, in[0]), in TEST_F()
328 cv::gimpl::GModel::dataNodeOf(gm, in[1]), in TEST_F()
[all …]
H A Dgapi_int_island_fusion_tests.cpp46 cv::gimpl::GModel::ConstGraph gm(*graph); in TEST()
89 cv::gimpl::GModel::ConstGraph gm(*graph); in TEST()
105 return (cv::gimpl::NodeKind::ISLAND in TEST()
154 cv::gimpl::GModel::ConstGraph gm(*graph); in TEST()
170 return (cv::gimpl::NodeKind::ISLAND in TEST()
223 cv::gimpl::GModel::ConstGraph gm(*graph); in TEST()
283 cv::gimpl::GModel::ConstGraph gm(*graph); in TEST()
303 return (cv::gimpl::NodeKind::ISLAND in TEST()
461 return (cv::gimpl::NodeKind::ISLAND in TEST()
532 using namespace cv::gimpl; in TEST()
[all …]
H A Dgapi_int_gmodel_builder_test.cpp53 if (gr.metadata(nh).get<cv::gimpl::NodeType>().t == cv::gimpl::NodeType::OP) in collectOperations()
144 cv::gimpl::GModel::init(gm); in TEST()
165 cv::gimpl::GModel::init(gm); in TEST()
167 cv::gimpl::Protocol p; in TEST()
174 ASSERT_TRUE(gm.metadata(addC_nh).get<cv::gimpl::NodeType>().t == cv::gimpl::NodeType::OP); in TEST()
175 ASSERT_TRUE(gm.metadata(mulC_nh).get<cv::gimpl::NodeType>().t == cv::gimpl::NodeType::OP); in TEST()
206 cv::gimpl::GModel::init(gm); in TEST()
208 cv::gimpl::Protocol p; in TEST()
314 cv::gimpl::Protocol p; in TEST()
343 cv::gimpl::Protocol p; in TEST()
[all …]
H A Dgapi_int_pattern_matching_test.cpp127 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
168 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
209 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
251 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
298 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
370 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
423 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
480 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
538 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
602 cv::gimpl::SubgraphMatch match = cv::gimpl::findMatches(pg, tg); in TEST()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/plaidml/
H A Dgplaidmlbackend.cpp31 < cv::gimpl::PlaidMLUnit
32 , cv::gimpl::Protocol
37 < cv::gimpl::PlaidMLUnit
38 , cv::gimpl::Protocol
69 …return EPtr{new cv::gimpl::GPlaidMLExecutable(cv::gimpl::GPlaidMLExecutable::Config{arg.dev_id, ar… in compile()
81 void cv::gimpl::GPlaidMLExecutable::initBuffers(const std::vector<cv::gimpl::Data>& data, in initBuffers()
115 void cv::gimpl::GPlaidMLExecutable::compile(const std::vector<cv::gimpl::Data>& ins_data, in compile()
177 cv::gimpl::GPlaidMLExecutable::GPlaidMLExecutable(cv::gimpl::GPlaidMLExecutable::Config cfg, in GPlaidMLExecutable()
219 auto mat = cv::gimpl::asMat(view); in bindInArg()
249 auto mat = cv::gimpl::asMat(view); in bindOutArg()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/compiler/passes/
H A Dpattern_matching.cpp12 using Graph = cv::gimpl::GModel::Graph;
52 if (secondMeta.get<cv::gimpl::NodeType>().t != cv::gimpl::NodeType::DATA) { in compareDataNodes()
57 if (firstMeta.get<cv::gimpl::Data>().shape != secondMeta.get<cv::gimpl::Data>().shape) { in compareDataNodes()
100 if (secondMeta.get<cv::gimpl::NodeType>().t != cv::gimpl::NodeType::OP) { in compareOpNodes()
108 if (firstMeta.get<cv::gimpl::Op>().k.name != secondMeta.get<cv::gimpl::Op>().k.name) { in compareOpNodes()
165 if (graph.metadata(node).get<cv::gimpl::NodeType>().t == cv::gimpl::NodeType::OP) { in labelOf()
166 return graph.metadata(edge).get<cv::gimpl::Input>().port; in labelOf()
185 cv::gimpl::SubgraphMatch
186 cv::gimpl::findMatches(const cv::gimpl::GModel::Graph& patternGraph, in findMatches()
361 case cv::gimpl::NodeType::DATA: in findMatches()
[all …]
H A Dkernels.cpp37 bool cv::gimpl::is_intrinsic(const std::string &s) { in is_intrinsic()
63 cv::gimpl::GModel::Graph gr(g); in expand()
79 if (cv::gimpl::proto::is_dynamic(arg)) in expand()
81 ins.emplace_back(cv::gimpl::proto::rewrap(arg)); in expand()
87 cv::gimpl::GModelBuilder builder(g); in expand()
95 auto sorted_in_nhs = cv::gimpl::GModel::orderedInputs(gr, nh); in expand()
96 auto sorted_out_nhs = cv::gimpl::GModel::orderedOutputs(gr, nh); in expand()
105 cv::gimpl::GModel::redirectReaders(gr, subgr_in_nh, comp_in_nh); in expand()
116 cv::gimpl::GModel::redirectWriter(gr, subgr_out_nh, comp_out_nh); in expand()
124 void cv::gimpl::passes::bindNetParams(ade::passes::PassContext &ctx, in bindNetParams()
[all …]
H A Dpattern_matching.hpp19 namespace gimpl { namespace
92 GAPI_EXPORTS SubgraphMatch findMatches(const cv::gimpl::GModel::Graph& patternGraph,
93 const cv::gimpl::GModel::Graph& compGraph);
95 GAPI_EXPORTS void performSubstitution(cv::gimpl::GModel::Graph& graph,
96 const cv::gimpl::Protocol& patternP,
97 const cv::gimpl::Protocol& substituteP,
98 const cv::gimpl::SubgraphMatch& patternToGraphMatch);
H A Dintrin.cpp26 std::vector<ade::EdgeHandle> drop(cv::gimpl::GModel::Graph &g, in drop()
28 using namespace cv::gimpl; in drop()
117 void traceUp(cv::gimpl::GModel::Graph &g, in traceUp()
121 using namespace cv::gimpl; in traceUp()
166 void traceDown(cv::gimpl::GModel::Graph &g, in traceDown()
169 using namespace cv::gimpl; in traceDown()
205 void apply(cv::gimpl::GModel::Graph &g) { in apply()
206 using namespace cv::gimpl; in apply()
259 void drop(cv::gimpl::GModel::Graph &g) { in drop()
262 using namespace cv::gimpl; in drop()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/compiler/
H A Dgcompiler.cpp302 void cv::gimpl::GCompiler::validateInputMeta() in validateInputMeta()
370 void cv::gimpl::GCompiler::validateOutProtoArgs() in validateOutProtoArgs()
393 cv::gimpl::GCompiler::GPtr cv::gimpl::GCompiler::generateGraph() in generateGraph()
492 cv::GCompiled cv::gimpl::GCompiler::compile() in compile()
517 cv::gimpl::passes::initMeta(pass_ctx, metas); in runMetaPasses()
518 cv::gimpl::passes::inferMeta(pass_ctx, true); in runMetaPasses()
540 cv::gimpl::GCompiler::GPtr cv::gimpl::GCompiler::makeGraph(const cv::GComputation::Priv &priv) { in makeGraph()
546 cv::gimpl::GModel::Graph gm(g); in makeGraph()
547 cv::gimpl::GModel::init(gm); in makeGraph()
548 cv::gimpl::GModelBuilder builder(g); in makeGraph()
[all …]
H A Dgcompiled_priv.hpp27 namespace gimpl namespace
39 std::unique_ptr<cv::gimpl::GExecutor> m_exec;
41 void checkArgs(const cv::gimpl::GRuntimeArgs &args) const;
46 std::unique_ptr<cv::gimpl::GExecutor> &&pE);
53 void run(cv::gimpl::GRuntimeArgs &&args);
57 const cv::gimpl::GModel::Graph& model() const;
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/streaming/
H A Dgstreamingbackend.cpp32 < cv::gimpl::Op
37 < cv::gimpl::Op
67 cv::gimpl::GModel::ConstGraph m_gm;
114 using namespace cv::gimpl; in GStreamingIntrinExecutable()
145 using API = cv::gimpl::streaming::GCopy;
171 out.post(cv::gimpl::EndOfStream{}); in run()
196 cv::gapi::GKernelPackage cv::gimpl::streaming::kernels() in kernels()
211 out.post(cv::gimpl::EndOfStream{}); in run()
399 rmat = cv::make_rmat<cv::gimpl::RMatAdapter>(uv); in extractRMat()
433 return cv::gimpl::streaming::GCopy::on<cv::GMat>(in); in copy()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/common/
H A Dserialization.hpp30 std::vector<cv::gimpl::Op> m_ops;
31 std::vector<cv::gimpl::Data> m_datas;
32 cv::gimpl::DataObjectCounter m_counter;
33 cv::gimpl::Protocol m_proto;
57 GAPI_EXPORTS IOStream& operator<< (IOStream& os, cv::gimpl::Data::Storage s);
58 GAPI_EXPORTS IIStream& operator>> (IIStream& is, cv::gimpl::Data::Storage &s);
94 GAPI_EXPORTS IOStream& operator<< (IOStream& os, const cv::gimpl::Op &op);
95 GAPI_EXPORTS IIStream& operator>> (IIStream& is, cv::gimpl::Op &op);
97 GAPI_EXPORTS IOStream& operator<< (IOStream& os, const cv::gimpl::Data &op);
98 GAPI_EXPORTS IIStream& operator>> (IIStream& is, cv::gimpl::Data &op);
[all …]
H A Dserialization.cpp46 cv::gimpl::GModel::Graph gm(g); in mkDataNode()
48 gm.metadata(nh).set(cv::gimpl::NodeType{cv::gimpl::NodeType::DATA}); in mkDataNode()
53 cv::gimpl::GModel::Graph gm(g); in mkOpNode()
55 gm.metadata(nh).set(cv::gimpl::NodeType{cv::gimpl::NodeType::OP}); in mkOpNode()
61 cv::gimpl::GModel::Graph gm(g); in linkNodes()
64 if (gm.metadata(nh).get<cv::gimpl::NodeType>().t == cv::gimpl::NodeType::DATA) { in linkNodes()
72 if (gm.metadata(nh).get<cv::gimpl::NodeType>().t == cv::gimpl::NodeType::OP) { in linkNodes()
97 using namespace cv::gimpl; in relinkProto()
551 cv::gimpl::RcDesc rc; in operator >>()
635 static void init(cv::gimpl::Data&)
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/ie/
H A Dgiebackend.cpp348 cv::gimpl::Mag m_res;
437 const cv::gimpl::RcDesc &ref = arg.get<cv::gimpl::RcDesc>(); in packArg()
476 < cv::gimpl::Protocol
477 , cv::gimpl::Op
478 , cv::gimpl::NetworkParams
486 < cv::gimpl::Protocol
487 , cv::gimpl::Op
594 void cv::gimpl::ie::RequestPool::execute(cv::gimpl::ie::RequestPool::Task&& t) { in execute()
605 void cv::gimpl::ie::RequestPool::callback(cv::gimpl::ie::RequestPool::Task task, in callback()
658 void cv::gimpl::ie::GIEExecutable::run(cv::gimpl::GIslandExecutable::IInput &in, in run()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/executor/
H A Dgexecutor.cpp90 namespace gimpl { namespace
254 class cv::gimpl::GExecutor::Input final: public cv::gimpl::GIslandExecutable::IInput
256 cv::gimpl::Mag &mag;
268 class cv::gimpl::GExecutor::Output final: public cv::gimpl::GIslandExecutable::IOutput
270 cv::gimpl::Mag &mag;
277 out_idx[cv::gimpl::proto::ptr(r)] = idx; in get()
288 Output(cv::gimpl::Mag &m, const std::vector<RcDesc> &rcs) in Output()
295 void cv::gimpl::GExecutor::run(cv::gimpl::GRuntimeArgs &&args) in run()
401 const cv::gimpl::GModel::Graph& cv::gimpl::GExecutor::model() const in model()
406 bool cv::gimpl::GExecutor::canReshape() const in canReshape()
[all …]
H A Dgstreamingexecutor.cpp34 using namespace cv::gimpl::stream;
84 : q(new cv::gimpl::stream::DesyncQueue()) { in DataQueue()
89 std::shared_ptr<cv::gimpl::stream::Q> q;
100 std::vector<cv::gimpl::stream::Q*> result; in reader_queues()
112 std::vector<cv::gimpl::stream::Q*> result; in input_queues()
645 virtual cv::gimpl::StreamMsg get() override in get()
655 return cv::gimpl::StreamMsg{cv::gimpl::EndOfStream{}}; in get()
981 using namespace cv::gimpl; in check_DesyncObjectConsumedByMultipleIslands()
1068 cv::gimpl::GIslandModel::Graph m_gim;
1605 void cv::gimpl::GStreamingExecutor::start() in start()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/cpu/
H A Dgcpubackend.cpp38 < cv::gimpl::CPUUnit
39 , cv::gimpl::Protocol
44 < cv::gimpl::CPUUnit
45 , cv::gimpl::Protocol
58 gm.metadata(op_node).set(cv::gimpl::CPUUnit{cpu_impl}); in unpackKernel()
77 cv::gimpl::GCPUExecutable::GCPUExecutable(const ade::Graph &g, in GCPUExecutable()
128 cv::GArg cv::gimpl::GCPUExecutable::packArg(const GArg &arg) in packArg()
147 const cv::gimpl::RcDesc &ref = arg.get<cv::gimpl::RcDesc>(); in packArg()
163 void cv::gimpl::GCPUExecutable::setupKernelStates() in setupKernelStates()
179 void cv::gimpl::GCPUExecutable::handleNewStream() in handleNewStream()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/ocl/
H A Dgoclbackend.cpp36 < cv::gimpl::OCLUnit
37 , cv::gimpl::Protocol
42 < cv::gimpl::OCLUnit
43 , cv::gimpl::Protocol
56 gm.metadata(op_node).set(cv::gimpl::OCLUnit{ocl_impl}); in unpackKernel()
63 return EPtr{new cv::gimpl::GOCLExecutable(graph, nodes)}; in compile()
75 cv::gimpl::GOCLExecutable::GOCLExecutable(const ade::Graph &g, in GOCLExecutable()
110 cv::GArg cv::gimpl::GOCLExecutable::packArg(const GArg &arg) in packArg()
128 const cv::gimpl::RcDesc &ref = arg.get<cv::gimpl::RcDesc>(); in packArg()
145 void cv::gimpl::GOCLExecutable::run(std::vector<InObj> &&input_objs, in run()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/python/
H A Dgpythonbackend.cpp51 < cv::gimpl::Op
56 < cv::gimpl::Op
60 class GPythonExecutable final: public cv::gimpl::GIslandExecutable
80 cv::gimpl::GModel::ConstGraph m_gm;
86 cv::gimpl::Mag m_res;
89 static cv::GArg packArg(cv::gimpl::Mag& m_res, const cv::GArg &arg) in packArg()
108 const cv::gimpl::RcDesc &ref = arg.get<cv::gimpl::RcDesc>(); in packArg()
159 const auto &op = m_gm.metadata(m_op).get<cv::gimpl::Op>(); in run()
201 virtual bool allowsMerge(const cv::gimpl::GIslandModel::Graph &, in allowsMerge()
214 using namespace cv::gimpl; in GPythonExecutable()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/archive/impl/
H A Dbasic_xml_iarchive.ipp32 bool result = this->This()->gimpl->parse_start_tag(this->This()->get_is());
48 bool result = this->This()->gimpl->parse_end_tag(this->This()->get_is());
61 if(0 != name[this->This()->gimpl->rv.object_name.size()]
63 this->This()->gimpl->rv.object_name.begin(),
64 this->This()->gimpl->rv.object_name.end(),
81 t = object_id_type(this->This()->gimpl->rv.object_id);
87 t = version_type(this->This()->gimpl->rv.version);
93 t = class_id_type(this->This()->gimpl->rv.class_id);
99 t = this->This()->gimpl->rv.tracking_level;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/archive/impl/
H A Dbasic_xml_iarchive.ipp32 bool result = this->This()->gimpl->parse_start_tag(this->This()->get_is());
49 bool result = this->This()->gimpl->parse_end_tag(this->This()->get_is());
62 if(0 != name[this->This()->gimpl->rv.object_name.size()]
64 this->This()->gimpl->rv.object_name.begin(),
65 this->This()->gimpl->rv.object_name.end(),
82 t = object_id_type(this->This()->gimpl->rv.object_id);
88 t = version_type(this->This()->gimpl->rv.version);
94 t = class_id_type(this->This()->gimpl->rv.class_id);
100 t = this->This()->gimpl->rv.tracking_level;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/archive/impl/
H A Dbasic_xml_iarchive.ipp32 bool result = this->This()->gimpl->parse_start_tag(this->This()->get_is());
48 bool result = this->This()->gimpl->parse_end_tag(this->This()->get_is());
61 if(0 != name[this->This()->gimpl->rv.object_name.size()]
63 this->This()->gimpl->rv.object_name.begin(),
64 this->This()->gimpl->rv.object_name.end(),
81 t = object_id_type(this->This()->gimpl->rv.object_id);
87 t = version_type(this->This()->gimpl->rv.version);
93 t = class_id_type(this->This()->gimpl->rv.class_id);
99 t = this->This()->gimpl->rv.tracking_level;
/dports/devel/R-cran-BH/BH/inst/include/boost/archive/impl/
H A Dbasic_xml_iarchive.ipp32 bool result = this->This()->gimpl->parse_start_tag(this->This()->get_is());
48 bool result = this->This()->gimpl->parse_end_tag(this->This()->get_is());
61 if(0 != name[this->This()->gimpl->rv.object_name.size()]
63 this->This()->gimpl->rv.object_name.begin(),
64 this->This()->gimpl->rv.object_name.end(),
81 t = object_id_type(this->This()->gimpl->rv.object_id);
87 t = version_type(this->This()->gimpl->rv.version);
93 t = class_id_type(this->This()->gimpl->rv.class_id);
99 t = this->This()->gimpl->rv.tracking_level;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/archive/impl/
H A Dbasic_xml_iarchive.ipp32 bool result = this->This()->gimpl->parse_start_tag(this->This()->get_is());
49 bool result = this->This()->gimpl->parse_end_tag(this->This()->get_is());
62 if(0 != name[this->This()->gimpl->rv.object_name.size()]
64 this->This()->gimpl->rv.object_name.begin(),
65 this->This()->gimpl->rv.object_name.end(),
82 t = object_id_type(this->This()->gimpl->rv.object_id);
88 t = version_type(this->This()->gimpl->rv.version);
94 t = class_id_type(this->This()->gimpl->rv.class_id);
100 t = this->This()->gimpl->rv.tracking_level;

123456789