Home
last modified time | relevance | path

Searched refs:x_batch_indices_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmatmul_bcast.h50 const std::vector<int64>& x_batch_indices() const { return x_batch_indices_; } in x_batch_indices()
64 std::vector<int64> x_batch_indices_; variable
Dmatmul_bcast.cc36 batch_bcast_->x_bcast(), &x_batch_indices_); in MatMulBCast()