Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h99 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i; in Run() local
102 auto x = Tx.template chip<0>(x_batch_index); in Run()
143 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i;
145 auto x = Tx.template chip<0>(x_batch_index);
185 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i;
187 auto x = ConstTensorSliceToEigenMatrix(in_x, x_batch_index);
/external/tensorflow/tensorflow/core/kernels/linalg/
Dbanded_triangular_solve_op.cc72 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i; in Run() local
74 auto matrix = ConstTensorSliceToEigenMatrix(in_x, x_batch_index); in Run()
Dmatrix_triangular_solve_op_impl.h91 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i; in Run() local
93 auto matrix = ConstTensorSliceToEigenMatrix(in_x, x_batch_index); in Run()