Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for extractJob (4.35 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          SmallVector<Value, 4> indices;
          indices.push_back(rewriter.create<arith::ConstantIndexOp>(loc, i));
          auto begin_value =
              rewriter.create<tensor::ExtractOp>(loc, begin_indices, indices);
          auto size_value = rewriter.create<tensor::ExtractOp>(loc, sizes, indices);
          Value minus_one = rewriter.create<arith::IndexCastOp>(
              loc, shape_scalar_type,
              rewriter.create<arith::ConstantIndexOp>(loc, -1));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Fix broken link in docs about OAuth 2.0 with scopes. PR [#275](https://github.com/tiangolo/fastapi/pull/275) by [@dmontagu](https://github.com/dmontagu).
    
    * Refactor param extraction using Pydantic `Field`:
        * Large refactor, improvement, and simplification of param extraction from *path operations*.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			},
    		},
    		{
    			name: "suppress per-expression cost limit in new object during top-level schema to Versions extraction",
    			old: &apiextensions.CustomResourceDefinition{
    				ObjectMeta: metav1.ObjectMeta{Name: "plural.group.com", ResourceVersion: "1"},
    				Spec: apiextensions.CustomResourceDefinitionSpec{
    					Group:   "group.com",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
Back to top