Home
last modified time | relevance | path

Searched defs:x_batch_indices (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmatmul_bcast.h80 const std::vector<int64>& x_batch_indices() const { return x_batch_indices_; } in x_batch_indices() function
Dbcast.h389 const std::vector<int64>& x_batch_indices() const { in x_batch_indices() function
/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h95 const auto& x_batch_indices = bcast.x_batch_indices(); in Run() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_impl.h88 const auto& x_batch_indices = bcast.x_batch_indices(); in Run() local
Dbanded_triangular_solve_op.cc66 const auto& x_batch_indices = bcast.x_batch_indices(); in Run() local