Home
last modified time | relevance | path

Searched refs:B_in (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
DRealQZ.h559 …RealQZ<MatrixType>& RealQZ<MatrixType>::compute(const MatrixType& A_in, const MatrixType& B_in, bo… in compute() argument
565 && B_in.rows()==dim && B_in.cols()==dim in compute()
570 m_S = A_in; m_T = B_in; in compute()
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_layout_pass.cc2916 const int B_in = b->num_inputs(); in CheckForNodeMerge() local
2918 gtl::InlinedVector<std::pair<Node*, int>, 4> b_in(B_in); in CheckForNodeMerge()