Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_cli_test.py508 def testRunCommandInputExamples(self, use_tfrt): argument
525 def testRunCommandExistingOutdir(self, use_tfrt): argument
547 def testRunCommandNewOutdir(self, use_tfrt): argument
569 def testRunCommandOutOverwrite(self, use_tfrt): argument
590 def testRunCommandInvalidInputKeyError(self, use_tfrt): argument
601 def testRunCommandInvalidSignature(self, use_tfrt): argument
613 def testRunCommandInputExamplesNotListError(self, use_tfrt): argument
626 def testRunCommandInputExamplesFeatureValueNotListError(self, use_tfrt): argument
639 def testRunCommandInputExamplesFeatureBadType(self, use_tfrt): argument
652 def testRunCommandOutputFileExistError(self, use_tfrt): argument
[all …]
H A Dsaved_model_cli.py387 use_tfrt=False, argument
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/internal/
H A 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
484 bool use_tfrt = GetParam(); in TEST_P() local
527 bool use_tfrt = GetParam(); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/experimental/tests/
H A Dsaved_model_api_test.cc52 bool use_tfrt = GetParam(); in TEST_P() local
76 bool use_tfrt = GetParam(); in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/base/public/
H A Druntime_builder.h67 inline RuntimeBuilder& RuntimeBuilder::SetUseTFRT(bool use_tfrt) { in SetUseTFRT()
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_internal.h36 bool use_tfrt = false; member
H A Dunified_api_testutil.cc122 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx) { in BuildImmediateExecutionContext()
H A Dc_api_test.cc1174 void RunAddFunction(bool use_tfrt, bool enable_grappler) { in RunAddFunction()
1779 void TestOpAddAttrs(bool use_tfrt) { in TestOpAddAttrs()
H A Dc_api_experimental.cc537 void TFE_ContextOptionsSetTfrt(TFE_ContextOptions* options, bool use_tfrt) { in TFE_ContextOptionsSetTfrt()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/
H A Dc_api_multi_client_function_test.cc174 bool use_tfrt = false; member
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dfunction_cache_test.cc154 bool use_tfrt, tensorflow::AbstractContext** ctx) { in BuildImmediateExecutionContext()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py1889 def use_tfrt(self): member in Context
1893 def use_tfrt(self, tfrt): member in Context
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dconfig.proto696 bool use_tfrt = 18; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dconfig.pb.h6116 inline bool ConfigProto_Experimental::use_tfrt() const { in use_tfrt() function