Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test.cc70 GrapplerTest::GrapplerTest() { in GrapplerTest() function in tensorflow::grappler::GrapplerTest
90 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()
Dgrappler_test.h33 class GrapplerTest : public ::testing::Test {
35 GrapplerTest();
Dgrappler_test_test.cc27 class GrapplerTestTest : public GrapplerTest {};
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer_test.cc29 class ShapeOptimizerTest : public GrapplerTest {};
Darithmetic_optimizer_test_utils.h28 class ArithmeticOptimizerTest : public GrapplerTest {
Dimplementation_selector_test.cc41 class ImplementationSelectorTest : public GrapplerTest {};
Dmemory_optimizer_test.cc40 class RecomputeSubgraphTest : public GrapplerTest {};
204 class MemoryOptimizerTest : public GrapplerTest {
450 class RelaxAllocatorConstraintsTest : public GrapplerTest {};
Dpin_to_host_optimizer_test.cc29 class PinToHostOptimizerTest : public GrapplerTest {};
Ddebug_stripper_test.cc29 class DebugStripperTest : public GrapplerTest {};
Dremapper_test.cc27 class RemapperTest : public GrapplerTest {
Dmeta_optimizer_test.cc133 class MetaOptimizerTest : public GrapplerTest {};
Dmodel_pruner_test.cc33 class ModelPrunerTest : public GrapplerTest {};
Ddependency_optimizer_test.cc34 class DependencyOptimizerTest : public GrapplerTest {};
Dloop_optimizer_test.cc30 class LoopOptimizerTest : public GrapplerTest {
Dfunction_optimizer_test.cc36 class FunctionOptimizerTest : public GrapplerTest {
Dlayout_optimizer_test.cc38 class LayoutOptimizerTest : public GrapplerTest {
Dconstant_folding_test.cc35 class ConstantFoldingTest : public GrapplerTest {
3548 class ConstantFoldingCastConstTest : public GrapplerTest {
/external/tensorflow/tensorflow/compiler/jit/
Dxla_fusion_optimizer_test.cc32 class XlaFusionOptimizerTest : public grappler::GrapplerTest {
/external/tensorflow/tensorflow/python/grappler/
Ddatasets_test.py34 class GrapplerTest(test.TestCase): class