Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for IgnoreError (0.18 sec)

  1. tensorflow/compiler/jit/xla_device.cc

        // Ignore errors from HandleDeviceError, since by definition the status is
        // already non-ok, so there's nothing extra to report if HandleDeviceError
        // itself returns an error.
        HandleDeviceError().IgnoreError();
      }
      return status;
    }
    
    XlaDeviceOpRegistrations* RegisterXlaDeviceKernels(
        const char* device, const char* jit_device,
        OpKernel* (*factory)(OpKernelConstruction*),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/kernels/xla_ops.cc

                       << ".  Falling back to TF function call.";
    
          BroadcastOptimizationRemark(
              XlaOptimizationRemark::UNIMPLEMENTED_OPERATION, status.ToString())
              .IgnoreError();
          executable = nullptr;
          pjrt_executable = nullptr;
          mutex_lock guard(cannot_compile_cluster_mu_);
          cannot_compile_cluster_ = true;
        }
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top