/external/tensorflow/tensorflow/python/distribute/ |
D | strategy_common_test.py | 276 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
|
D | values_v2_test.py | 401 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
|
D | combinations.py | 353 tf_function = combinations_lib.NamedObject("TfFunction", def_function.function) variable
|
/external/tensorflow/tensorflow/cc/experimental/libtf/tests/ |
D | function_test.cc | 155 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/ |
D | category_vocab_list_dense_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_hash_varlen_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | embedding_dense_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_cross_hash_dense_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | embedding_varlen_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_vocab_list_indicator_varlen_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_vocab_list_indicator_dense_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | weighted_embedding_varlen_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_vocab_list_varlen_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | bucketized_column_dense_benchmark.py | 21 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_hash_dense_benchmark.py | 19 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_vocab_file_dense_benchmark.py | 21 from tensorflow.python.eager.def_function import function as tf_function unknown
|
D | category_vocab_file_varlen_benchmark.py | 21 from tensorflow.python.eager.def_function import function as tf_function unknown
|
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/ |
D | runtime.cc | 111 Function tf_function; in ImportModule() local
|
/external/tensorflow/tensorflow/core/profiler/convert/ |
D | xplane_to_tf_functions_test.cc | 83 const TfFunction& tf_function = in TEST() local
|
D | xplane_to_tf_functions.cc | 62 double ComputeExpensiveCallPercent(const TfFunction& tf_function) { in ComputeExpensiveCallPercent()
|
/external/tensorflow/tensorflow/python/distribute/experimental/rpc/ |
D | rpc_ops.py | 24 from tensorflow.python.eager import function as tf_function unknown
|
/external/tensorflow/tensorflow/python/distribute/coordinator/ |
D | values.py | 28 from tensorflow.python.eager import function as tf_function unknown
|
D | cluster_coordinator.py | 39 from tensorflow.python.eager import function as tf_function unknown
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 206 TF_Function* tf_function = new TF_Function(); in TF_GraphToFunctionWithControlOutputs() local
|
/external/tensorflow/tensorflow/python/eager/ |
D | function_test.py | 47 from tensorflow.python.framework import function as tf_function unknown
|