Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VerifyConversion (0.21 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/convert_tensor_test.cc

      RegisterDialects(context);
      ASSERT_NO_FATAL_FAILURE(VerifyConversion<Eigen::half>(
          {Eigen::half(1.0)}, DT_HALF, mlir::FloatType::getF16(&context)));
      ASSERT_NO_FATAL_FAILURE(
          VerifyConversion<bfloat16>({bfloat16(1.0), bfloat16(-1.0)}, DT_BFLOAT16,
                                     mlir::FloatType::getBF16(&context)));
      ASSERT_NO_FATAL_FAILURE(VerifyConversion<float>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top