Home
last modified time | relevance | path

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

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