Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for IgnoreError (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf.cc

            compilation_result.get()));
    
        DumpHloCompilationResult("legalize_tf_fallback.hlo",
                                 compilation_result.get())
            .IgnoreError();
        return *compilation_result;
      }
    
      auto combined_bridge_status = internal::LegalizeTfToHlo(
          std::get<0>(computation), metadata, use_tuple_args, device_type,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 00:40:46 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/tf_dialect_to_executor.cc

          tensorflow::core::platform::ErrorSourceProto::MLIR_BRIDGE_PHASE_1,
          status);
    
      tsl::error_logging::Log(kBridgeComponent, bridge_subcomponent,
                              status.ToString())
          .IgnoreError();
    
      return status;
    }
    
    }  // namespace
    
    tensorflow::Status ExportFromTensorflowDialectToExecutor(
        ModuleOp module, llvm::StringRef module_name) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 23:22:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/stream_executor/stream_executor_internal.h

          : StreamCommon(executor),
            device_(device),
            stream_executor_(stream_executor),
            stream_handle_(nullptr) {}
      ~CStream() override {
        parent()->BlockHostUntilDone(this).IgnoreError();
        parent()->DeallocateStream(this);
        Destroy();
      }
    
      absl::Status Create() {
        tensorflow::TF_StatusPtr c_status(TF_NewStatus());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top