Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_attributes_on_func (0.14 sec)

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

      llvm::SmallVector<mlir::NamedAttrList, 4> arg_attrs;
      arg_attrs.resize(func.getNumArguments());
      llvm::SmallVector<mlir::NamedAttrList, 4> ret_attrs;
      ret_attrs.resize(func.getNumResults());
    
      auto set_attributes_on_func = [&](Node* node, int64_t index, bool is_arg) {
        for (const auto& node_attr : node->attrs()) {
          const auto& key = node_attr.first;
          // Only import optional attributes (e.g., those starting with an
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top