Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h95 const auto& x_batch_indices = bcast.x_batch_indices(); in Run() local
99 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i; in Run()
139 const auto& x_batch_indices = bcast.x_batch_indices();
143 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i;
182 const auto& x_batch_indices = bcast.x_batch_indices();
185 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i;
385 const std::vector<int64>& a_batch_indices = bcast.x_batch_indices();
558 const std::vector<int64>& a_batch_indices = bcast.x_batch_indices();
Drandom_binomial_op.cc193 const auto& counts_batch_indices = bcast.x_batch_indices(); in operator ()()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_impl.h88 const auto& x_batch_indices = bcast.x_batch_indices(); in Run() local
91 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i; in Run()
363 const std::vector<int64>& a_batch_indices = bcast.x_batch_indices();
Dbanded_triangular_solve_op.cc66 const auto& x_batch_indices = bcast.x_batch_indices(); in Run() local
72 const int64 x_batch_index = should_bcast ? x_batch_indices[i] : i; in Run()
/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
Dmatmul_bcast_test.cc32 strings::StrAppend(&ret, "[", absl::StrJoin(b.x_batch_indices(), ","), "]"); in MatMulBCastToStr()
Dbcast.h389 const std::vector<int64>& x_batch_indices() const { in x_batch_indices() function
Dbcast_test.cc50 strings::StrAppend(&ret, "[", absl::StrJoin(b.x_batch_indices(), ","), "]"); in BCastBatchIndices()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc165 lhs_batch_idx = bcast.x_batch_indices()[batch_idx]; in createMatMulOps()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc216 ? bcast.x_batch_indices()[batch_idx] in Run()