Searched refs:GrapplerTest (Results 1 – 19 of 19) sorted by relevance
70 GrapplerTest::GrapplerTest() { in GrapplerTest() function in tensorflow::grappler::GrapplerTest90 std::vector<Tensor> GrapplerTest::EvaluateNodes( in EvaluateNodes()95 std::vector<Tensor> GrapplerTest::EvaluateNodes( in EvaluateNodes()108 std::vector<Tensor> GrapplerTest::EvaluateFetchNodes( in EvaluateFetchNodes()125 NodeDef* GrapplerTest::AddNode( in AddNode()141 void GrapplerTest::CompareGraphs(GraphDef want, GraphDef got) const { in CompareGraphs()145 void GrapplerTest::CompareFunctions(FunctionDef want, FunctionDef got) const { in CompareFunctions()149 void GrapplerTest::CompareNodes(const NodeDef& want, const NodeDef& got) const { in CompareNodes()174 bool GrapplerTest::IsNodesDirectlyConnected(const NodeMap& node_map, in IsNodesDirectlyConnected()184 int GrapplerTest::CountOpNodes(const GraphDef& graph, const string& op) { in CountOpNodes()
33 class GrapplerTest : public ::testing::Test {35 GrapplerTest();
27 class GrapplerTestTest : public GrapplerTest {};
29 class ShapeOptimizerTest : public GrapplerTest {};
28 class ArithmeticOptimizerTest : public GrapplerTest {
41 class ImplementationSelectorTest : public GrapplerTest {};
40 class RecomputeSubgraphTest : public GrapplerTest {};204 class MemoryOptimizerTest : public GrapplerTest {450 class RelaxAllocatorConstraintsTest : public GrapplerTest {};
29 class PinToHostOptimizerTest : public GrapplerTest {};
29 class DebugStripperTest : public GrapplerTest {};
27 class RemapperTest : public GrapplerTest {
133 class MetaOptimizerTest : public GrapplerTest {};
33 class ModelPrunerTest : public GrapplerTest {};
34 class DependencyOptimizerTest : public GrapplerTest {};
30 class LoopOptimizerTest : public GrapplerTest {
36 class FunctionOptimizerTest : public GrapplerTest {
38 class LayoutOptimizerTest : public GrapplerTest {
35 class ConstantFoldingTest : public GrapplerTest {3548 class ConstantFoldingCastConstTest : public GrapplerTest {
32 class XlaFusionOptimizerTest : public grappler::GrapplerTest {
34 class GrapplerTest(test.TestCase): class