HomeSort by relevance Sort by last modified time
    Searched refs:base_bounds (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
reduce_window_test.cc 564 int64 base_bounds[4]; member in struct:xla::__anon44648::R4ReduceWindowTestData
579 "base_bounds_", absl::StrJoin(param.base_bounds, "x"), //
608 Array4D<float> input(param.base_bounds[0], param.base_bounds[1],
609 param.base_bounds[2], param.base_bounds[3]);
671 // base_bounds, window_bounds, strides, pad_low, pad_high
674 R4ReduceWindowTestData{/*base_bounds=*/{1, 1, 1, 1},
683 R4ReduceWindowTestData{/*base_bounds=*/{9, 12, 4, 89},
692 R4ReduceWindowTestData{/*base_bounds=*/{1, 0, 1, 1}
935 int64 base_bounds[3]; member in struct:xla::__anon44648::R3ReduceWindowTestData
1056 int64 base_bounds[2]; member in struct:xla::__anon44648::R2ReduceWindowTestData
1210 int64 base_bounds[1]; member in struct:xla::__anon44648::R1ReduceWindowTestData
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cff1-table.cc 275 Bounds base_bounds, accent_bounds; local
277 && _get_bounds (param.cff, base, base_bounds, true)
280 param.bounds.merge (base_bounds);

Completed in 319 milliseconds