Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for buildsrc (0.14 sec)

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

            when:
            run "resolve"
    
            then:
            output.count("Transforming") == 0
        }
    
        def "can use transformations in build script dependencies"() {
            file("buildSrc/src/main/groovy/FileSizer.groovy") << fileSizer
    
            file("script-with-buildscript-block.gradle") << """
                buildscript {
    
                    def artifactType = Attribute.of('artifactType', String)
    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. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-3.png

    structuring-builds-3.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 125.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-5.png

    structuring-builds-5.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 97.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-2.png

    structuring-builds-2.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 118.2K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/img/structuring-builds-4.png

    structuring-builds-4.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 104.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        q_params = tflite::CreateQuantizationParameters(
            builder_, builder_.CreateVector<float>(mins),
            builder_.CreateVector<float>(maxs));
      }
      return tflite::CreateTensor(
          builder_, builder_.CreateVector(shape), tflite_element_type,
          /*buffer=*/0, builder_.CreateString(name), q_params,
          /*is_variable=*/false, /*sparsity=*/0, /*shape_signature=*/0,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
  7. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // and a return operation to return the Graph results.
      builder_.setInsertionPointToEnd(&graph_op.getBody().front());
      builder_.create<mlir::tf_executor::FetchOp>(graph_op.getLoc(),
                                                  inst_to_return);
      builder_.setInsertionPointToEnd(bb);
      builder_.create<mlir::func::ReturnOp>(mlir::UnknownLoc::get(context_),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      let results = (outs TFL_TensorOf<[F32, QI8, QI16]>:$y);
    
      // This builder doesn't work with quantized type, so it can only be used by
      // non-quantization tablegen patterns. Currently, it is used by the
      // elementwise-move reordering pattern in the optimize_patterns.td
      let builders = [
        OpBuilder<(ins "Value":$input),
        [{
          $_state.addOperands({input});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  9. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/Request$Builder;-><init>()V
    HSPLokhttp3/Request$Builder;-><init>(Lokhttp3/Request;)V
    HSPLokhttp3/Request$Builder;->build()Lokhttp3/Request;
    HSPLokhttp3/Request$Builder;->header(Ljava/lang/String;Ljava/lang/String;)Lokhttp3/Request$Builder;
    HSPLokhttp3/Request$Builder;->method(Ljava/lang/String;Lokhttp3/RequestBody;)Lokhttp3/Request$Builder;
    HSPLokhttp3/Request$Builder;->url(Ljava/lang/String;)Lokhttp3/Request$Builder;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (1)
  10. tensorflow/compiler/mlir/lite/transforms/optimize.cc

                                                   Builder *builder) {
      RankedTensorType ty = mlir::RankedTensorType::get(
          {static_cast<int32_t>(values.size())}, builder->getIntegerType(32));
      return DenseIntElementsAttr::get(ty, values);
    }
    
    DenseIntElementsAttr GetI64ElementsAttr(ArrayRef<int64_t> values,
                                            Builder *builder) {
      RankedTensorType ty = RankedTensorType::get(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
Back to top