Home
last modified time | relevance | path

Searched refs:tf2 (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized_test.py26 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 …]
Dinitializers_test.py24 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
Dkeras_parameterized.py29 from tensorflow.python import tf2
244 if not (always_skip_v1 or tf2.enabled()):
Dmetrics_correctness_test.py23 from tensorflow.python import tf2
120 if not tf2.enabled():
261 if not tf2.enabled():
Dinitializers.py23 from tensorflow.python import tf2
166 if tf2.enabled():
/external/tensorflow/tensorflow/python/compat/
Dv2_compat.py21 from tensorflow.python import tf2
41 tf2.enable() # Switches TensorArrayV2 and control flow V2
58 tf2.disable() # Switches TensorArrayV2 and control flow V2
DBUILD13 "//tensorflow/python:tf2",
/external/tensorflow/tensorflow/python/keras/layers/
Dserialization_test.py24 from tensorflow.python import tf2
44 if tf2.enabled():
61 if tf2.enabled():
80 if tf2.enabled():
94 if tf2.enabled():
Dserialization.py24 from tensorflow.python import tf2
44 if tf2.enabled():
/external/libpng/scripts/
Dgenout.cmake.in48 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/
Dleast_squares_test.py22 from tensorflow.python import tf2
81 for use_static_shape in set([True, tf2.enabled()]):
Dlanczos_test.py22 from tensorflow.python import tf2
85 for use_static_shape in set([True, tf2.enabled()]):
Dlinear_equations_test.py22 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/
DRbnfDemo.java534 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/
Dtest_base.py22 from tensorflow.python import tf2
38 if tf2.enabled():
/external/clang/test/CodeGenCXX/
Dmangle-exprs.cpp197 void tf2(decltype(new T({1})) p)
208 template void tf2<X>(X*);
/external/tensorflow/tensorflow/lite/python/
Dtflite_convert.py28 from tensorflow.python import tf2
262 if tf2.enabled():
/external/tensorflow/tensorflow/python/kernel_tests/
Dqr_op_test.py23 from tensorflow.python import tf2
210 for use_static_shape in set([True, tf2.enabled()]):
Dtensordot_op_test.py23 from tensorflow.python import tf2
229 for dynamic_shape in set([False, not tf2.enabled()]):
Dmatmul_op_test.py24 from tensorflow.python import tf2
229 for use_static_shape in set([True, tf2.enabled()]):
Dbatch_matmul_op_test.py23 from tensorflow.python import tf2
205 for use_static_shape_ in set([True, tf2.enabled()]):
/external/tensorflow/tensorflow/python/framework/
Dimporter.py24 from tensorflow.python import tf2
270 if tf2.enabled() or control_flow_util.EnableControlFlowV2(graph):
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils_test.py27 from tensorflow.python import tf2
230 if tf2.enabled():
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PGOProfile/
Dcomdat_rename.ll37 define linkonce void @tf2() comdat($tf) {
/external/clang/test/SemaTemplate/
Dconstructor-template.cpp116 X5<X6> tf2(tf); in test_X5_X6() local

12