Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for qtype_attr (0.18 sec)

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

        for (auto type_and_name :
             llvm::zip(intermediate_types, kIntermediateNames)) {
          mlir::TypeAttr type_attr =
              mlir::TypeAttr::get(std::get<0>(type_and_name));
          auto named_attr =
              builder.getNamedAttr(std::get<1>(type_and_name), type_attr);
          op_state.addAttribute(named_attr.getName(), named_attr.getValue());
        }
      }
      return absl::OkStatus();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

            attr_type, attr_def.name, attr_def.type)
      else:
        attr_names = []
        if arg_def.number_attr:
          attr_names.append(arg_def.number_attr)
        if arg_def.type_attr:
          attr_names.append(arg_def.type_attr)
        if arg_def.type_list_attr:
          attr_names.append(arg_def.type_list_attr)
    
        # TODO(fengliuai): currently we don't support backward type inference, so we
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    				if(!obj || obj === -1) { obj = this.get_container().find("> ul > li"); }
    				li_attr = $.isArray(li_attr) ? li_attr : [ "id", "class" ];
    				if(!is_callback && this.data.types) { li_attr.push(s.types.type_attr); }
    				a_attr = $.isArray(a_attr) ? a_attr : [ ];
    
    				obj.each(function () {
    					li = $(this);
    					tmp1 = { data : [] };
    					if(li_attr.length) { tmp1.attr = { }; }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
Back to top