Home
last modified time | relevance | path

Searched defs:tf_function (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/python/distribute/
Dstrategy_common_test.py276 def testDenseUpdate(self, strategy, tf_function, update_fn): argument
319 def testDense(self, strategy, tf_function): argument
338 def testSparse(self, strategy, tf_function): argument
364 def testNestedInput(self, strategy, tf_function): argument
406 def testSyncOnReadVariableInput(self, strategy, tf_function): argument
465 def testDense(self, strategy, tf_function): argument
484 def testSparse(self, strategy, tf_function): argument
513 def testSparseTuple(self, strategy, tf_function): argument
554 def testNestedInput(self, strategy, tf_function): argument
Dvalues_v2_test.py401 def testRead(self, strategy, enable_packed_handle, tf_function): argument
428 def testAssign(self, strategy, enable_packed_handle, tf_function): argument
450 def testStrategyRun(self, strategy, enable_packed_handle, tf_function): argument
Dcombinations.py353 tf_function = combinations_lib.NamedObject("TfFunction", def_function.function) variable
/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
Dfunction_test.cc155 Function tf_function; in TEST_P() local
173 Function tf_function; in TEST_P() local
196 Function tf_function; in TEST_P() local
219 Function tf_function; in TEST_P() local
241 Function tf_function; in TEST_P() local
266 Function tf_function; in TEST_P() local
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/benchmarks/
Dcategory_vocab_list_dense_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_hash_varlen_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dembedding_dense_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_cross_hash_dense_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dembedding_varlen_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_vocab_list_indicator_varlen_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_vocab_list_indicator_dense_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dweighted_embedding_varlen_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_vocab_list_varlen_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dbucketized_column_dense_benchmark.py21 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_hash_dense_benchmark.py19 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_vocab_file_dense_benchmark.py21 from tensorflow.python.eager.def_function import function as tf_function unknown
Dcategory_vocab_file_varlen_benchmark.py21 from tensorflow.python.eager.def_function import function as tf_function unknown
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/
Druntime.cc111 Function tf_function; in ImportModule() local
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_tf_functions_test.cc83 const TfFunction& tf_function = in TEST() local
Dxplane_to_tf_functions.cc62 double ComputeExpensiveCallPercent(const TfFunction& tf_function) { in ComputeExpensiveCallPercent()
/external/tensorflow/tensorflow/python/distribute/experimental/rpc/
Drpc_ops.py24 from tensorflow.python.eager import function as tf_function unknown
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dvalues.py28 from tensorflow.python.eager import function as tf_function unknown
Dcluster_coordinator.py39 from tensorflow.python.eager import function as tf_function unknown
/external/tensorflow/tensorflow/c/
Dc_api_function.cc206 TF_Function* tf_function = new TF_Function(); in TF_GraphToFunctionWithControlOutputs() local
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py47 from tensorflow.python.framework import function as tf_function unknown