/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | saved_model_cli_test.py | 508 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 D | saved_model_cli.py | 387 use_tfrt=False, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/internal/ |
H A D | saved_model_api_test.cc | 62 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 D | saved_model_api_test.cc | 52 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 D | runtime_builder.h | 67 inline RuntimeBuilder& RuntimeBuilder::SetUseTFRT(bool use_tfrt) { in SetUseTFRT()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/ |
H A D | c_api_internal.h | 36 bool use_tfrt = false; member
|
H A D | unified_api_testutil.cc | 122 Status BuildImmediateExecutionContext(bool use_tfrt, AbstractContext** ctx) { in BuildImmediateExecutionContext()
|
H A D | c_api_test.cc | 1174 void RunAddFunction(bool use_tfrt, bool enable_grappler) { in RunAddFunction() 1779 void TestOpAddAttrs(bool use_tfrt) { in TestOpAddAttrs()
|
H A D | c_api_experimental.cc | 537 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 D | c_api_multi_client_function_test.cc | 174 bool use_tfrt = false; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/ |
H A D | function_cache_test.cc | 154 bool use_tfrt, tensorflow::AbstractContext** ctx) { in BuildImmediateExecutionContext()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | context.py | 1889 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 D | config.proto | 696 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/ |
D | config.pb.h | 6116 inline bool ConfigProto_Experimental::use_tfrt() const { in use_tfrt() function
|