Home
last modified time | relevance | path

Searched refs:R4Spec (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dslice_test.cc461 struct R4Spec { struct
469 string R4SpecToString(const ::testing::TestParamInfo<R4Spec>& data) { in R4SpecToString()
470 const R4Spec& spec = data.param; in R4SpecToString()
479 public ::testing::WithParamInterface<R4Spec> {
481 void Run(const R4Spec& spec) { in Run()
500 const R4Spec kR4SpecValues[] = {
501 R4Spec{{{2, 2, 2, 2}},
506 R4Spec{{{3, 3, 4, 4}},
511 R4Spec{{{2, 3, 16, 4}},
516 R4Spec{{{4, 16, 3, 2}},
[all …]