Searched refs:R1Spec (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | slice_test.cc | 203 struct R1Spec { struct 213 public ::testing::WithParamInterface<R1Spec> { 216 void Run(const R1Spec& spec) { in Run() 244 string SliceR1TestDataToString(const ::testing::TestParamInfo<R1Spec>& data) { in SliceR1TestDataToString() 245 const R1Spec& spec = data.param; in SliceR1TestDataToString() 283 R1Spec{10, 0, 0, 1}, 284 R1Spec{10, 7, 7, 1}, 285 R1Spec{10, 0, 5, 1}, 286 R1Spec{10, 3, 5, 1}, 287 R1Spec{10, 0, 10, 1}, [all …]
|