Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_def_builder_test.cc40 ASSERT_EQ(graph.versions().min_consumer(), TF_GRAPH_DEF_VERSION_MIN_CONSUMER); in TEST()
47 TF_GRAPH_DEF_VERSION_MIN_CONSUMER); in TEST()
Dgraph.cc354 versions_->set_min_consumer(TF_GRAPH_DEF_VERSION_MIN_CONSUMER); in Graph()
Dgraph_constructor_test.cc824 " min_consumer: ", TF_GRAPH_DEF_VERSION_MIN_CONSUMER, in TEST_F()
826 ExpectVersions(TF_GRAPH_DEF_VERSION_MIN_CONSUMER, TF_GRAPH_DEF_VERSION); in TEST_F()
/external/tensorflow/tensorflow/core/public/
Dversion.h103 #define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 0 macro
/external/tensorflow/tensorflow/core/framework/
Dfunction_testlib.cc36 versions->set_min_consumer(TF_GRAPH_DEF_VERSION_MIN_CONSUMER); in GDef()
/external/tensorflow/tensorflow/python/client/
Dtf_session.i91 %constant int GRAPH_DEF_VERSION_MIN_CONSUMER = TF_GRAPH_DEF_VERSION_MIN_CONSUMER;