Home
last modified time | relevance | path

Searched defs:lhs_indices (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_binary_ops_test.h245 std::vector<int> lhs_indices = {0, 0, 0, 0, 0, 0}; in TestBroadcastingExpand() local
274 std::vector<int> lhs_indices = {0, 1, 2, 0, 1, 2}; in TestBroadcastingInDim() local
303 std::vector<int> lhs_indices = {0, 0, 0, 1, 1, 1}; in TestBroadcasting() local
333 std::vector<int> lhs_indices = {0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, in TestBroadcastingRank6() local
374 std::vector<int> lhs_indices, absl::InlinedVector<T, 10> lhs_input, in ComputeExpectedOutput()