Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddAttributes (0.28 sec)

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

        }
    
        attrs.emplace_back(builder.getNamedAttr(
            "decomposition",
            mlir::vhlo::StringV1Attr::get(builder.getContext(), decomposition)));
      }
    
      op_state.addAttributes(attrs);
    
      // Handle the conversion from subgraph index to functions for If and While. We
      // will add CallOps in the region to call the functions later for While.
      TF_ASSIGN_OR_RETURN(auto function_ref_attrs,
    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