Home
last modified time | relevance | path

Searched refs:MatMulBCast (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmatmul_bcast_test.cc25 string MatMulBCastToStr(const MatMulBCast& b) { in MatMulBCastToStr()
38 MatMulBCast bcast({1, 5, 3}, {4, 3, 7}); in TEST()
51 MatMulBCast bcast({5, 3}, {3, 7}); in TEST()
64 MatMulBCast bcast({2, 4, 6, 5, 3}, {2, 4, 6, 3, 7}); in TEST()
77 MatMulBCast bcast1({5, 3}, {6, 3, 7}); in TEST()
87 MatMulBCast bcast2({2, 5, 3}, {3, 7}); in TEST()
98 MatMulBCast bcast1({3, 3}, {3}); in TEST()
101 MatMulBCast bcast2({3}, {3, 3}); in TEST()
104 MatMulBCast bcast3({3, 3}, {3, 3}); in TEST()
110 MatMulBCast bcast3({4, 5, 3}, {2, 3, 7}); in TEST()
[all …]
Dmatmul_bcast.h32 class MatMulBCast {
36 MatMulBCast(const Vec& x, const Vec& y) { in MatMulBCast() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_triangular_solve_op.cc45 MatMulBCast bcast(BCast::FromShape(lhs_shape), BCast::FromShape(rhs_shape)); in Compile()
76 const TensorShape& rhs_shape, const MatMulBCast& broadcast_helper);
84 const MatMulBCast& broadcast_helper) { in Broadcast()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_impl.h85 bool adjoint, const MatMulBCast& bcast, Tensor* out, in Run()
122 const MatMulBCast& bcast, Tensor* out) {
166 MatMulBCast bcast(in0.shape().dim_sizes(), in1.shape().dim_sizes());
259 const MatMulBCast& bcast, Tensor* out) {
Dbanded_triangular_solve_op.cc63 bool adjoint, const MatMulBCast& bcast, Tensor* out, in Run()
170 const MatMulBCast& bcast, Tensor* out) { in Launch()
221 MatMulBCast bcast(in0.shape().dim_sizes(), in1.shape().dim_sizes()); in Compute()
Deinsum_op_impl.h553 MatMulBCast bcast(inputs[0].shape().dim_sizes(), in ContractOperands()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.h48 const tensorflow::MatMulBCast& bcast,
Dunroll_batch_matmul.cc157 const tensorflow::MatMulBCast& bcast, int rows, int cols, Type element_type, in createMatMulOps()
274 tensorflow::MatMulBCast bcast(absl::InlinedVector<tensorflow::int64, 4>( in matchAndRewrite()
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h79 bool trans_y, const MatMulBCast& bcast, Tensor* out, in Run()
124 bool trans_y, const MatMulBCast& bcast, Tensor* out,
180 const MatMulBCast& bcast, Tensor* out, int start, int limit) {
230 bool trans_y, const MatMulBCast& bcast, Tensor* out) {
326 bool trans_y, const MatMulBCast& bcast, Tensor* out) {
497 bool trans_y, const MatMulBCast& bcast, Tensor* out) {
675 MatMulBCast bcast(in0.shape().dim_sizes(), in1.shape().dim_sizes());
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_batch_matmul_op.cc97 MatMulBCast bcast(lhs.shape().dim_sizes(), rhs.shape().dim_sizes()); in Compute()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc174 ::tensorflow::MatMulBCast bcast( in Run()