Home
last modified time | relevance | path

Searched defs:use_tfrt (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/saved_model/internal/
Dsaved_model_api_test.cc62 bool use_tfrt = GetParam(); in TEST_P() local
94 bool use_tfrt = GetParam(); in TEST_P() local
192 bool use_tfrt = GetParam(); in TEST_P() local
296 bool use_tfrt = GetParam(); in TEST_P() local
351 bool use_tfrt = GetParam(); in TEST_P() local
487 bool use_tfrt = GetParam(); in TEST_P() local
530 bool use_tfrt = GetParam(); in TEST_P() local
/external/tensorflow/tensorflow/cc/saved_model/experimental/tests/
Dsaved_model_api_test.cc52 bool use_tfrt = GetParam(); in TEST_P() local
76 bool use_tfrt = GetParam(); in TEST_P() local
/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h36 bool use_tfrt = false; member
Dunified_api_testutil.cc122 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx) { in BuildImmediateExecutionContext()
Dgradients_util.cc308 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx) { in BuildImmediateExecutionContext()
Dc_api_experimental.cc485 void TFE_ContextOptionsSetTfrt(TFE_ContextOptions* options, bool use_tfrt) { in TFE_ContextOptionsSetTfrt()
Dc_api_test.cc1054 void RunAddFunction(bool use_tfrt, bool enable_grappler) { in RunAddFunction()
/external/tensorflow/tensorflow/cc/experimental/base/public/
Druntime_builder.h67 inline RuntimeBuilder& RuntimeBuilder::SetUseTFRT(bool use_tfrt) { in SetUseTFRT()
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto630 bool use_tfrt = 18; field
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1690 def use_tfrt(self): member in Context
1694 def use_tfrt(self, tfrt): member in Context