Home
last modified time | relevance | path

Searched refs:XLATestCase (Results 1 – 25 of 78) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/tests/
Dxla_test.py78 class XLATestCase(test.TestCase): class
82 super(XLATestCase, self).__init__(method_name)
186 super(XLATestCase, self).setUp()
198 super(XLATestCase, self).tearDown()
Dfake_quant_ops_test.py27 class FakeQuantWithMinMaxArgsTest(xla_test.XLATestCase):
125 class FakeQuantWithMinMaxArgsGradientTest(xla_test.XLATestCase):
226 class FakeQuantWithMinMaxVarsTest(xla_test.XLATestCase):
331 class FakeQuantWithMinMaxVarsGradientTest(xla_test.XLATestCase):
Dquantized_ops_test.py35 class QuantizedOpsTest(xla_test.XLATestCase):
52 class DeuantizedOpsTest(xla_test.XLATestCase):
Dslice_ops_test.py28 class SliceTest(xla_test.XLATestCase):
126 class StridedSliceTest(xla_test.XLATestCase):
Dimage_ops_test.py44 class RGBToHSVTest(xla_test.XLATestCase):
107 class AdjustContrastTest(xla_test.XLATestCase):
171 class AdjustHueTest(xla_test.XLATestCase):
306 class AdjustSaturationTest(xla_test.XLATestCase):
406 class ResizeNearestNeighborTest(xla_test.XLATestCase):
517 class ResizeBilinearTest(xla_test.XLATestCase):
733 class NonMaxSuppressionTest(xla_test.XLATestCase):
Dreshape_op_test.py30 class ReshapeTest(xla_test.XLATestCase, parameterized.TestCase):
Dplaceholder_test.py28 class PlaceholderTest(xla_test.XLATestCase):
Dspacetobatch_op_test.py71 class SpaceToBatchTest(xla_test.XLATestCase):
152 class SpaceToBatchNDTest(xla_test.XLATestCase):
Dconv3d_test.py36 class Conv3DBackpropFilterV2GradTest(xla_test.XLATestCase):
69 class Conv3DTransposeTest(xla_test.XLATestCase):
Dmatrix_band_part_test.py30 class MatrixBandPartTest(xla_test.XLATestCase, parameterized.TestCase):
Dself_adjoint_eig_op_test.py31 class SelfAdjointEigOpTest(xla_test.XLATestCase, parameterized.TestCase):
Dreverse_ops_test.py31 class ReverseOpsTest(xla_test.XLATestCase):
Deager_test.py47 class EagerTest(xla_test.XLATestCase):
301 class EagerFunctionTest(xla_test.XLATestCase):
627 class ExcessivePaddingTest(xla_test.XLATestCase):
683 class MultiDeviceTest(xla_test.XLATestCase):
Dextract_image_patches_op_test.py29 class ExtractImagePatches(xla_test.XLATestCase):
Dnullary_ops_test.py29 class NullaryOpsTest(xla_test.XLATestCase):
Dbucketize_op_test.py29 class BucketizationOpTest(xla_test.XLATestCase):
Dscan_ops_test.py72 class CumsumTest(xla_test.XLATestCase):
150 class CumprodTest(xla_test.XLATestCase):
Dreduce_ops_test.py36 class ReduceOpsTest(xla_test.XLATestCase, parameterized.TestCase):
171 class ReduceOpPrecisionTest(xla_test.XLATestCase):
Dconcat_ops_test.py33 class ConcatTest(xla_test.XLATestCase):
333 class ConcatOffsetTest(xla_test.XLATestCase):
347 class PackTest(xla_test.XLATestCase):
Dxla_device_test.py32 class XlaDeviceTest(xla_test.XLATestCase):
Dadd_n_test.py30 class XlaAddNTest(xla_test.XLATestCase):
Dargminmax_test.py30 class ArgMinMaxTest(xla_test.XLATestCase):
Dreverse_sequence_op_test.py29 class ReverseSequenceTest(xla_test.XLATestCase):
/external/tensorflow/tensorflow/python/eager/
Ddef_function_xla_test.py27 class DefFunctionTests(xla_test.XLATestCase):
/external/tensorflow/tensorflow/python/training/tracking/
Dutil_xla_test.py55 class CheckpointingTests(xla_test.XLATestCase):

1234