Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for extraAttributes (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

                            from.attribute(extraAttribute, 'foo')
                            to.attribute(extraAttribute, 'bar')
                        }
                        registerTransform(BrokenTransform) {
                            from.attribute(artifactType, 'custom')
                            to.attribute(artifactType, 'transformed')
                            from.attribute(extraAttribute, 'foo')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

            auto flex_builder = std::make_unique<flexbuffers::Builder>();
            size_t map_start = flex_builder->StartMap();
            auto attrs = vhlo_op->getAttrs();
            std::vector<mlir::NamedAttribute> extra_attributes;
    
            for (size_t i = 0; i < attrs.size(); ++i) {
              auto name = attrs[i].getName().str();
              auto attr = attrs[i].getValue();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top