Searched defs:new_bounds (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | reshape_test.cc | 875 std::vector<int64_t> new_bounds = {bounds[0], bounds[1], bounds[3], in XLA_TEST_P() local 904 std::vector<int64_t> new_bounds = {bounds[0], bounds[1], bounds[3], in XLA_TEST_P() local 933 std::vector<int64_t> new_bounds = {bounds[0], bounds[1], bounds[3], in XLA_TEST_P() local 963 std::vector<int64_t> new_bounds = {bounds[0], bounds[1], bounds[3], in XLA_TEST_P() local 992 std::vector<int64_t> new_bounds = {bounds[1], bounds[0], bounds[2], in XLA_TEST_P() local
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | vi.c | 735 size_t new_bounds = (1+end-from)/1024; in vi_yank() local
|