Searched refs:is_transpose (Results 1 – 1 of 1) sorted by relevance
151 const bool is_transpose = input_is_transpose.scalar<bool>()(); in Compute() local153 auto get_input_index = [is_transpose, &indices_mat](int64 i) { in Compute()154 return is_transpose ? indices_mat(1, i) : indices_mat(0, i); in Compute()156 auto get_factor_index = [is_transpose, &indices_mat](int64 i) { in Compute()157 return is_transpose ? indices_mat(0, i) : indices_mat(1, i); in Compute()