Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetUnregisteredAttrs (0.26 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/export_tf_dialect_op.cc

    }
    
    // Collects all the unregistered attributes for an TF dialect operation.
    // Attributes "name" and "device" are not included because they are not part
    // of an TF op attributes.
    Status GetUnregisteredAttrs(
        mlir::Operation* inst, const tensorflow::OpRegistrationData* op_reg_data,
        absl::flat_hash_set<absl::string_view>* attrs_to_ignore) {
      if (!op_reg_data) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top