Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExecuteAndCompareResultsWithTfKernel (0.33 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_to_mhlo_int_test.cc

                            executable->Execute({buffer_ptrs}, /*options=*/{}));
        CHECK(result.size() == 1 && result[0].size() == 1);
        return result[0][0]->ToLiteralSync();
      }
    
      void ExecuteAndCompareResultsWithTfKernel(
          absl::string_view program,
          absl::Span<const xla::Literal* const> arguments,
          std::optional<absl::string_view> tf_program = std::nullopt,
          double error_tolerance = 0.1) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 01:03:21 UTC 2024
    - 35.8K bytes
    - Viewed (0)
Back to top