Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/saved_model/experimental/tests/
Dsaved_model_api_test.cc52 bool use_tfrt = GetParam(); in TEST_P() local
53 if (use_tfrt) { in TEST_P()
57 builder.SetUseTFRT(use_tfrt); in TEST_P()
76 bool use_tfrt = GetParam(); in TEST_P() local
77 if (use_tfrt) { in TEST_P()
81 builder.SetUseTFRT(use_tfrt); in TEST_P()
/external/tensorflow/tensorflow/c/experimental/saved_model/internal/
Dsaved_model_api_test.cc62 bool use_tfrt = GetParam(); in TEST_P() local
63 if (use_tfrt) { in TEST_P()
69 TFE_ContextOptionsSetTfrt(opts, use_tfrt); in TEST_P()
94 bool use_tfrt = GetParam(); in TEST_P() local
95 if (use_tfrt) { in TEST_P()
101 TFE_ContextOptionsSetTfrt(opts, use_tfrt); in TEST_P()
192 bool use_tfrt = GetParam(); in TEST_P() local
193 if (use_tfrt) { in TEST_P()
199 TFE_ContextOptionsSetTfrt(opts, use_tfrt); in TEST_P()
296 bool use_tfrt = GetParam(); in TEST_P() local
[all …]
/external/tensorflow/tensorflow/cc/experimental/base/public/
Druntime_builder.h39 RuntimeBuilder& SetUseTFRT(bool use_tfrt);
67 inline RuntimeBuilder& RuntimeBuilder::SetUseTFRT(bool use_tfrt) { in SetUseTFRT() argument
68 TFE_ContextOptionsSetTfrt(options_.get(), use_tfrt); in SetUseTFRT()
/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h36 bool use_tfrt = false; member
Dunified_api_testutil.h50 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx);
Dunified_api_testutil.cc122 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx) { in BuildImmediateExecutionContext() argument
126 TFE_ContextOptionsSetTfrt(opts, use_tfrt); in BuildImmediateExecutionContext()
Dgradients_util.h85 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx);
Dc_api_experimental.cc485 void TFE_ContextOptionsSetTfrt(TFE_ContextOptions* options, bool use_tfrt) { in TFE_ContextOptionsSetTfrt() argument
486 options->use_tfrt = use_tfrt; in TFE_ContextOptionsSetTfrt()
Dgradients_util.cc308 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx) { in BuildImmediateExecutionContext() argument
312 TFE_ContextOptionsSetTfrt(opts, use_tfrt); in BuildImmediateExecutionContext()
Dc_api_experimental.h270 bool use_tfrt);
Dc_api_test.cc1054 void RunAddFunction(bool use_tfrt, bool enable_grappler) { in RunAddFunction() argument
1057 TFE_ContextOptionsSetTfrt(opts, use_tfrt); in RunAddFunction()
1089 if (use_tfrt) { in RunAddFunction()
1120 if (use_tfrt) { in RunAddFunction()
Dc_api.cc116 if (opts->use_tfrt) { in TFE_NewContext()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-config-proto.-experimental.pbtxt104 name: "use_tfrt"
Dtensorflow.-config-proto.pbtxt233 name: "use_tfrt"
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1690 def use_tfrt(self): member in Context
1693 @use_tfrt.setter
1694 def use_tfrt(self, tfrt): member in Context
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dreplicate_test.py258 if context.context().use_tfrt:
Dsnapshot_test.py390 if context.context().use_tfrt:
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.cc178 if (config_proto_.experimental().use_tfrt()) return false; in LowerControlFlow()
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto630 bool use_tfrt = 18; field