Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dmatrix.hpp3454 class zero_matrix: class
3475 zero_matrix (): in zero_matrix() function in boost::numeric::ublas::zero_matrix
3479 zero_matrix (size_type size): in zero_matrix() function in boost::numeric::ublas::zero_matrix
3483 zero_matrix (size_type size1, size_type size2): in zero_matrix() function in boost::numeric::ublas::zero_matrix
3487 zero_matrix (const zero_matrix &m): in zero_matrix() function in boost::numeric::ublas::zero_matrix
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc1807 Value zero_matrix = rewriter.create<BroadcastOp>( in matchAndRewrite() local