Home
last modified time | relevance | path

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

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