STT-tensorflow/tensorflow/compiler/tests
A. Unique TensorFlower 034633f23b PY2 removal cleanup
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
..
__init__.py Add a __init__.py file for tensorflow/compiler/tests. 2020-02-20 01:01:13 -08:00
adadelta_test.py
adagrad_da_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
adagrad_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
adam_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
add_n_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
argminmax_test.py
binary_ops_test.py Enable complex types for TanhGrad legalization 2021-01-12 03:15:54 -08:00
bucketize_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
build_defs.bzl Change tf_xla_py_test to use tf's implementation of py_test. 2020-07-22 14:21:20 -07:00
case_test.py Rationale: 2020-11-03 12:55:59 -08:00
categorical_op_test.py Work around the following bug in python 3.8 2020-03-17 10:56:24 -07:00
cholesky_op_test.py Fix lint errors 2020-08-18 20:34:13 -07:00
clustering_test.py
complex_div_test.py
concat_ops_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
cond_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
conv2d_test.py Support grouped convolution in Conv2DBackpropFilter legalization to HLO 2021-01-15 14:47:51 -08:00
conv3d_test.py
conv_node_name_test.py Reduce Conv2D.__call__ overhead by 45%, Conv3D.__call__ overhead by 30%, and 2020-06-11 10:06:48 -07:00
data_format_ops_test.py update xla data format map ops 2020-09-23 11:51:26 -07:00
dense_layer_test.py Disable some TF2 incompatible tests from running in v2 mode. 2020-02-11 07:03:23 -08:00
depthwise_conv_op_test.py
dynamic_slice_ops_test.py
dynamic_stitch_test.py
eager_test.py Rationale: 2020-11-03 12:55:59 -08:00
einsum_op_test.py Remove expired forward compatibility horizons 2020-03-22 13:26:51 +00:00
ensure_shape_op_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
extract_image_patches_op_test.py
fake_quant_ops_test.py
fft_test.py
fifo_queue_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ftrl_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
function_test.py
fused_batchnorm_test.py Remove expired forward compatibility horizons 2020-04-28 12:01:24 +01:00
gather_nd_op_test.py Enable MLIR bridge for compiler tests requiring unsigned integers 2020-05-05 18:23:23 -07:00
gather_test.py
image_ops_test.py Merge pull request #46259 from ROCmSoftwarePlatform:google_updatream_misc_xla_updates_210107 2021-01-07 21:41:49 -08:00
jit_test.py Disable some TF2 incompatible tests from running in v2 mode. 2020-02-11 07:03:23 -08:00
listdiff_op_test.py
lrn_ops_test.py
lstm_layer_inference.config.pbtxt
lstm_layer_inference.pbtxt
lstm_test.py Disable some TF2 incompatible tests from running in v2 mode. 2020-02-11 07:03:23 -08:00
lstm.py
manip_ops_test.py
matrix_band_part_test.py
matrix_diag_ops_test.py
matrix_inverse_op_test.py
matrix_solve_op_test.py
matrix_triangular_solve_op_test.py Merge pull request #42350 from reedwm:tf32_test_fix 2020-08-26 10:50:55 -07:00
momentum_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
nary_ops_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
nullary_ops_test.py
placeholder_test.py
plugin.bzl
pooling_ops_3d_test.py Enable fallback legalization for MaxPoolGradGrad and MaxPool3DGradGrad ops 2020-11-13 13:54:37 -08:00
pooling_ops_test.py Enable fallback legalization for MaxPoolGradGrad and MaxPool3DGradGrad ops 2020-11-13 13:54:37 -08:00
proximal_adagrad_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
proximal_gradient_descent_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
qr_op_test.py Add a test case for a larger QR decomposition. 2020-12-14 14:08:00 -08:00
quantized_ops_test.py
random_ops_test.py [XLA] Broadcast ParameterizedTruncatedNormal parameters to the uniform's shape 2020-04-18 17:47:00 -07:00
randomized_tests.cc Move bfloat16 header to tensorflow/core/platform. 2020-08-14 13:44:57 -07:00
reduce_ops_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
reduce_window_test.py
reshape_op_test.py
reverse_ops_test.py
reverse_sequence_op_test.py
risc_ops_test.py Add lowering from tf.RiscDot op to HLO_Dot. 2021-01-06 09:58:30 -08:00
rmsprop_test.py
scan_ops_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
scatter_nd_op_test.py Fix TensorFlow ScatterNd op lowering to HLO 2020-10-21 15:47:51 -07:00
searchsorted_op_test.py Roll back to fix broken test. 2020-03-06 06:07:51 -08:00
segment_reduction_ops_test.py
self_adjoint_eig_op_test.py
slice_ops_test.py
sort_ops_test.py Exposes a variadic form of XlaSort. (Previously, we had XlaSort for 1 argument, 2020-12-21 22:35:25 -08:00
spacetobatch_op_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
sparse_to_dense_op_test.py Build scatter HLO op with MlirHloBuilder 2020-06-12 17:39:11 -07:00
special_math_test.py Legalize Zeta and Polygamma ops with the tf2xla fallback 2021-01-11 09:24:03 -08:00
stack_ops_test.py
stateful_random_ops_test.py Internal change 2020-09-17 21:37:45 -07:00
stateless_random_ops_test.py Fix handling of negative seeds in random number generator op kernels for XLA 2020-12-05 19:01:14 -08:00
svd_op_test.py Fix output shapes in Svd op xla op kernel 2020-11-23 21:19:48 -08:00
tensor_array_ops_test.py Use self.evaluate for global_variables_initializer 2020-07-01 11:07:20 -07:00
tensor_list_ops_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
ternary_ops_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
test_utils.py
tridiagonal_solve_ops_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
unary_ops_composition_test.cc Rollback of rollback of disabling XLA:CPU/GPU devices by default. 2020-08-11 13:06:59 -07:00
unary_ops_test.py Fix TF Bitcast and Cast ops to HLO legalization 2021-01-13 01:55:25 -08:00
unstack_test.py
variable_ops_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
where_op_test.py Move WhereOp kernel to the common directory tf2xla/kernels 2020-11-13 13:21:45 -08:00
while_test.py Support Identity/StopGradient ops for TensorLists in tf2xla bridge. 2020-03-03 16:27:54 -08:00
xla_device_gpu_test.py Rollback of rollback of disabling XLA:CPU/GPU devices by default. 2020-08-11 13:06:59 -07:00
xla_device_test.py Always execute TF ops on the local host CPU while constant folding 2020-12-18 22:31:40 -08:00
xla_ops_test.py Add shape inference rule for XlaPad. 2020-12-30 14:15:33 -08:00
xla_test_test.py
xla_test.py Merge branch 'master' into tf32_test_fix 2020-08-25 10:30:06 -07:00