/external/tensorflow/tensorflow/python/keras/ |
D | keras_parameterized_test.py | 26 from tensorflow.python import tf2 216 if not tf2.enabled(): 221 if not tf2.enabled(): 264 if not tf2.enabled(): 280 if not tf2.enabled(): 346 if not tf2.enabled(): 360 if not tf2.enabled(): 399 if not tf2.enabled(): 413 if not tf2.enabled(): 454 if not tf2.enabled(): [all …]
|
D | initializers_test.py | 24 from tensorflow.python import tf2 208 tf2_force_enabled = tf2._force_enable # pylint: disable=protected-access 210 tf2.enable() 214 tf2._force_enable = tf2_force_enabled # pylint: disable=protected-access
|
D | keras_parameterized.py | 29 from tensorflow.python import tf2 244 if not (always_skip_v1 or tf2.enabled()):
|
D | metrics_correctness_test.py | 23 from tensorflow.python import tf2 120 if not tf2.enabled(): 261 if not tf2.enabled():
|
D | initializers.py | 23 from tensorflow.python import tf2 166 if tf2.enabled():
|
/external/tensorflow/tensorflow/python/compat/ |
D | v2_compat.py | 21 from tensorflow.python import tf2 41 tf2.enable() # Switches TensorArrayV2 and control flow V2 58 tf2.disable() # Switches TensorArrayV2 and control flow V2
|
D | BUILD | 13 "//tensorflow/python:tf2",
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | serialization_test.py | 24 from tensorflow.python import tf2 44 if tf2.enabled(): 61 if tf2.enabled(): 80 if tf2.enabled(): 94 if tf2.enabled():
|
D | serialization.py | 24 from tensorflow.python import tf2 44 if tf2.enabled():
|
/external/libpng/scripts/ |
D | genout.cmake.in | 48 file(REMOVE "${OUTPUT}.tf1" "${OUTPUT}.tf2") 82 "out=${OUTPUT}.tf2" "${OUTPUT}.tf1" 86 message(FATAL_ERROR "Failed to generate ${OUTPUT}.tf2") 90 file(RENAME "${OUTPUT}.tf2" "${OUTPUT}")
|
/external/tensorflow/tensorflow/contrib/solvers/python/kernel_tests/ |
D | least_squares_test.py | 22 from tensorflow.python import tf2 81 for use_static_shape in set([True, tf2.enabled()]):
|
D | lanczos_test.py | 22 from tensorflow.python import tf2 85 for use_static_shape in set([True, tf2.enabled()]):
|
D | linear_equations_test.py | 22 from tensorflow.python import tf2 118 for use_static_shape in set([True, tf2.enabled()]):
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
D | RbnfDemo.java | 534 tf2 = new DemoTextField(); in DemoTextFieldHolder() 539 sp.add(tf2, "TextField1"); in DemoTextFieldHolder() 555 tf2.setText(text); in setText() 579 private DemoTextField tf2 = null; field in DemoTextFieldHolder
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | test_base.py | 22 from tensorflow.python import tf2 38 if tf2.enabled():
|
/external/clang/test/CodeGenCXX/ |
D | mangle-exprs.cpp | 197 void tf2(decltype(new T({1})) p) 208 template void tf2<X>(X*);
|
/external/tensorflow/tensorflow/lite/python/ |
D | tflite_convert.py | 28 from tensorflow.python import tf2 262 if tf2.enabled():
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | qr_op_test.py | 23 from tensorflow.python import tf2 210 for use_static_shape in set([True, tf2.enabled()]):
|
D | tensordot_op_test.py | 23 from tensorflow.python import tf2 229 for dynamic_shape in set([False, not tf2.enabled()]):
|
D | matmul_op_test.py | 24 from tensorflow.python import tf2 229 for use_static_shape in set([True, tf2.enabled()]):
|
D | batch_matmul_op_test.py | 23 from tensorflow.python import tf2 205 for use_static_shape_ in set([True, tf2.enabled()]):
|
/external/tensorflow/tensorflow/python/framework/ |
D | importer.py | 24 from tensorflow.python import tf2 270 if tf2.enabled() or control_flow_util.EnableControlFlowV2(graph):
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | saving_utils_test.py | 27 from tensorflow.python import tf2 230 if tf2.enabled():
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/ |
D | comdat_rename.ll | 37 define linkonce void @tf2() comdat($tf) {
|
/external/clang/test/SemaTemplate/ |
D | constructor-template.cpp | 116 X5<X6> tf2(tf); in test_X5_X6() local
|