Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegisterExtraTfOpDefs (0.2 sec)

  1. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

        return mlir::failure();
      }
      return mlir::success();
    }
    
    // Util that registers 'extra_tf_opdefs' to the TF global registry.
    // Return OK on success, failure if registering failed.
    absl::Status RegisterExtraTfOpDefs(
        absl::Span<const std::string> extra_tf_opdefs) {
      for (const auto& tf_opdefs_string : extra_tf_opdefs) {
        OpDef opdef;
        // NOLINTNEXTLINE: Use tsl::protobuf to be compatible with OSS.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top