Home
last modified time | relevance | path

Searched refs:y_batch_index (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h100 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i; in Run() local
105 auto y = Ty.template chip<0>(y_batch_index).conjugate(); in Run()
108 auto y = Ty.template chip<0>(y_batch_index); in Run()
144 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i;
146 auto y = Ty.template chip<0>(y_batch_index);
186 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i;
188 auto y = ConstTensorSliceToEigenMatrix(in_y, y_batch_index);
/external/tensorflow/tensorflow/core/kernels/linalg/
Dbanded_triangular_solve_op.cc73 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i; in Run() local
75 auto rhs = ConstTensorSliceToEigenMatrix(in_y, y_batch_index); in Run()
Dmatrix_triangular_solve_op_impl.h92 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i; in Run() local
94 auto rhs = ConstTensorSliceToEigenMatrix(in_y, y_batch_index); in Run()