Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/compiler/tests/
Dxla_test.py81 class XLATestCase(test.TestCase): class
85 super(XLATestCase, self).__init__(method_name)
200 super(XLATestCase, self).setUp()
212 super(XLATestCase, self).tearDown()
Dquantized_ops_test.py36 class QuantizedOpsTest(xla_test.XLATestCase):
53 class DequantizedOpsTest(xla_test.XLATestCase):
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):
Ddata_format_ops_test.py30 class XlaDataFormatDimMapTest(xla_test.XLATestCase):
83 class XlaPermuteOpTest(xla_test.XLATestCase):
Dunstack_test.py29 class UnstackOpTest(xla_test.XLATestCase, parameterized.TestCase):
Dreshape_op_test.py30 class ReshapeTest(xla_test.XLATestCase, parameterized.TestCase):
Dimage_ops_test.py46 class RGBToHSVTest(xla_test.XLATestCase):
109 class AdjustContrastTest(xla_test.XLATestCase):
173 class AdjustHueTest(xla_test.XLATestCase):
308 class AdjustSaturationTest(xla_test.XLATestCase):
408 class ResizeNearestNeighborTest(xla_test.XLATestCase):
550 class ResizeBilinearTest(parameterized.TestCase, xla_test.XLATestCase):
629 class ResizeBilinearGradTest(parameterized.TestCase, xla_test.XLATestCase):
711 class ResizeBilinearNonAlignCornersTest(xla_test.XLATestCase):
774 class NonMaxSuppressionTest(xla_test.XLATestCase):
978 class BatchedNonMaxSuppressionCorrectnessTest(xla_test.XLATestCase):
Densure_shape_op_test.py29 class EnsureShapeOpTest(xla_test.XLATestCase):
Dplaceholder_test.py28 class PlaceholderTest(xla_test.XLATestCase):
Dslice_ops_test.py29 class SliceTest(xla_test.XLATestCase):
127 class StridedSliceTest(xla_test.XLATestCase):
Dmatrix_band_part_test.py30 class MatrixBandPartTest(xla_test.XLATestCase, parameterized.TestCase):
Dspacetobatch_op_test.py71 class SpaceToBatchTest(xla_test.XLATestCase):
152 class SpaceToBatchNDTest(xla_test.XLATestCase):
Dcase_test.py31 class CaseTest(xla_test.XLATestCase):
Dself_adjoint_eig_op_test.py32 class SelfAdjointEigOpTest(xla_test.XLATestCase, parameterized.TestCase):
Dmatrix_diag_ops_test.py333 class MatrixDiagTest(xla_test.XLATestCase):
519 class MatrixSetDiagTest(xla_test.XLATestCase):
652 class MatrixDiagPartTest(xla_test.XLATestCase):
Dconv3d_test.py36 class Conv3DBackpropFilterV2GradTest(xla_test.XLATestCase):
69 class Conv3DTransposeTest(xla_test.XLATestCase):
Dreverse_ops_test.py32 class ReverseOpsTest(xla_test.XLATestCase):
Dnullary_ops_test.py29 class NullaryOpsTest(xla_test.XLATestCase):
Drisc_ops_test.py26 class XlaRiscOpsTest(xla_test.XLATestCase):
Dsearchsorted_op_test.py28 class SearchSorteddOpTest(xla_test.XLATestCase):
Dmanip_ops_test.py30 class ManipOpsTest(xla_test.XLATestCase):
Dbucketize_op_test.py30 class BucketizationOpTest(xla_test.XLATestCase):
Dxla_device_test.py32 class XlaDeviceTest(xla_test.XLATestCase):
Dwhere_op_test.py30 class WhereOpTest(xla_test.XLATestCase):
/external/tensorflow/tensorflow/python/eager/
Ddef_function_xla_test.py27 class DefFunctionTests(xla_test.XLATestCase):

1234