Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op_impl.h96 const auto& y_batch_indices = bcast.y_batch_indices(); in Run() local
100 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i; in Run()
140 const auto& y_batch_indices = bcast.y_batch_indices();
144 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i;
183 const auto& y_batch_indices = bcast.y_batch_indices();
186 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i;
386 const std::vector<int64>& b_batch_indices = bcast.y_batch_indices();
559 const std::vector<int64>& b_batch_indices = bcast.y_batch_indices();
Drandom_binomial_op.cc194 const auto& probs_batch_indices = bcast.y_batch_indices(); in operator ()()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_impl.h89 const auto& y_batch_indices = bcast.y_batch_indices(); in Run() local
92 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i; in Run()
281 const std::vector<int64>& b_batch_indices = bcast.y_batch_indices();
Dbanded_triangular_solve_op.cc67 const auto& y_batch_indices = bcast.y_batch_indices(); in Run() local
73 const int64 y_batch_index = should_bcast ? y_batch_indices[i] : i; in Run()
/external/tensorflow/tensorflow/core/util/
Dmatmul_bcast.h85 const std::vector<int64>& y_batch_indices() const { return y_batch_indices_; } in y_batch_indices() function
Dmatmul_bcast_test.cc33 strings::StrAppend(&ret, "[", absl::StrJoin(b.y_batch_indices(), ","), "]"); in MatMulBCastToStr()
Dbcast_test.cc51 strings::StrAppend(&ret, "[", absl::StrJoin(b.y_batch_indices(), ","), "]"); in BCastBatchIndices()
Dbcast.h396 const std::vector<int64>& y_batch_indices() const { in y_batch_indices() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dunroll_batch_matmul.cc166 rhs_batch_idx = bcast.y_batch_indices()[batch_idx]; in createMatMulOps()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dunroll_batch_matmul.cc219 ? bcast.y_batch_indices()[batch_idx] in Run()