Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addAttributes (0.09 sec)

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

            mlir::SymbolRefAttr::get(builder.getContext(), func_names.at(body_idx));
        auto cond_attr =
            mlir::SymbolRefAttr::get(builder.getContext(), func_names.at(cond_idx));
    
        op_state.addAttribute("body", body_attr);
        op_state.addAttribute("cond", cond_attr);
    
        return absl::OkStatus();
      }
      if (auto* opts = op.builtin_options_2.AsStablehloScatterOptions()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top