Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RegisterAllCustomOps (0.13 sec)

  1. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

          &node_shapes, &node_mins, &node_maxs));
    
      internal::WarningUnusedFlags(model_flags, toco_flags);
    
      // Register all custom ops, including user-specified custom ops.
      TF_RETURN_IF_ERROR(internal::RegisterAllCustomOps(toco_flags));
    
      auto& saved_model_tags = model_flags.saved_model_tags();
      auto& saved_model_exported_names = model_flags.saved_model_exported_names();
      std::unordered_set<std::string> tags(saved_model_tags.begin(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.cc

              *op_reg_data = OpRegistrationData(opdef);
              return absl::OkStatus();
            });
      }
      return absl::OkStatus();
    }
    
    }  // namespace
    
    absl::Status RegisterAllCustomOps(const toco::TocoFlags& toco_flags) {
      // Register any custom OpDefs.
      std::vector<std::string> extra_tf_opdefs(toco_flags.custom_opdefs().begin(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top