Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc4610 struct DotOfGatherTestSpec { struct
4622 public ::testing::WithParamInterface<DotOfGatherTestSpec> {};
4633 DotOfGatherTestSpec spec = GetParam(); in TEST_P()
4706 DotOfGatherTestSpec spec = GetParam(); in TEST_P()
4770 std::vector<DotOfGatherTestSpec> DotOfGatherPositiveNegativeTests() { in DotOfGatherPositiveNegativeTests()
4771 std::vector<DotOfGatherTestSpec> positives = { in DotOfGatherPositiveNegativeTests()
4803 std::vector<DotOfGatherTestSpec> all; in DotOfGatherPositiveNegativeTests()
4805 DotOfGatherTestSpec positive_test = positives[i]; in DotOfGatherPositiveNegativeTests()
4807 DotOfGatherTestSpec negative_test = positive_test; in DotOfGatherPositiveNegativeTests()