Home
last modified time | relevance | path

Searched refs:assertRaisesIncompatibleShapesError (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dnn_loss_scaling_utilities_test.py121 with self.assertRaisesIncompatibleShapesError(
H A Dbincount_ops_test.py837 with self.assertRaisesIncompatibleShapesError():
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dbroadcast_to_ops_test.py203 with self.assertRaisesIncompatibleShapesError(
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/
H A Dcheck_ops_test.py285 with self.assertRaisesIncompatibleShapesError(
352 with self.assertRaisesIncompatibleShapesError(
579 with self.assertRaisesIncompatibleShapesError(
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
H A Dcwise_ops_binary_test.py981 with self.assertRaisesIncompatibleShapesError(
H A Dcwise_ops_test.py216 with self.assertRaisesIncompatibleShapesError(
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dbinary_ops_test.py1626 with self.assertRaisesIncompatibleShapesError():
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtest_util.py3463 def assertRaisesIncompatibleShapesError( member in TensorFlowTestCase