Searched defs:rhs_indices (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
| D | base_binary_ops_test.h | 246 std::vector<int> rhs_indices = {0, 1, 2, 3, 4, 5}; in TestBroadcastingExpand() local 275 std::vector<int> rhs_indices = {0, 1, 2, 3, 4, 5}; in TestBroadcastingInDim() local 304 std::vector<int> rhs_indices = {0, 1, 2, 0, 1, 2}; in TestBroadcasting() local 336 std::vector<int> rhs_indices = { in TestBroadcastingRank6() local 375 std::vector<int> rhs_indices, absl::InlinedVector<T, 10> rhs_input, in ComputeExpectedOutput()
|