Home
last modified time | relevance | path

Searched defs:clone_with_new_inputs (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-theano/Theano-1.0.5/theano/gof/
H A Dgraph.py211 def clone_with_new_inputs(self, inputs, strict=True): member in Apply
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/
H A Die_ngraph.cpp116 …std::shared_ptr<ngraph::Node> clone_with_new_inputs(const ngraph::OutputVector& new_args) const ov… in clone_with_new_inputs() function in cv::dnn::NgraphCustomOp