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.cc5570 struct DotOfGatherTestSpec { struct
5582 public ::testing::WithParamInterface<DotOfGatherTestSpec> {};
5593 DotOfGatherTestSpec spec = GetParam(); in TEST_P()
5666 DotOfGatherTestSpec spec = GetParam(); in TEST_P()
5730 std::vector<DotOfGatherTestSpec> DotOfGatherPositiveNegativeTests() { in DotOfGatherPositiveNegativeTests()
5731 std::vector<DotOfGatherTestSpec> positives = { in DotOfGatherPositiveNegativeTests()
5763 std::vector<DotOfGatherTestSpec> all; in DotOfGatherPositiveNegativeTests()
5765 DotOfGatherTestSpec positive_test = positives[i]; in DotOfGatherPositiveNegativeTests()
5767 DotOfGatherTestSpec negative_test = positive_test; in DotOfGatherPositiveNegativeTests()