Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for check_input_ (0.38 sec)

  1. tensorflow/compiler/jit/build_xla_ops_pass.cc

      for (const Output& o : cluster_info.non_constant_inputs) {
        if (debugging_opts.check_input_numerics && DataTypeIsFloating(o.type())) {
          ops::CheckNumerics check_numerics_op(
              s.WithOpName("check_input_", input_idx), o,
              absl::StrCat("CheckNumerics failed for input ", input_idx, "(",
                           o.name(), ") into ", cluster_info.function.name()));
          xla_run_args.push_back(check_numerics_op);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/python/mlir_wrapper/filecheck_wrapper.cc

                              llvm::SMLoc());
        SM.AddNewSourceBuffer(llvm::MemoryBuffer::getMemBuffer(check),
                              llvm::SMLoc());
        fc.readCheckFile(SM, llvm::StringRef(check));
        return fc.checkInput(SM, llvm::StringRef(input));
      });
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 16 08:13:22 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top