Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 97 for begins (0.14 sec)

  1. src/cmd/go/internal/test/test.go

    			// p.Internal.Cover.GenMeta will wind up being set for
    			// all matching packages.
    			if len(p.TestGoFiles)+len(p.XTestGoFiles) == 0 &&
    				cfg.BuildCoverPkg == nil &&
    				cfg.Experiment.CoverageRedesign {
    				p.Internal.Cover.GenMeta = true
    			}
    		}
    	}
    
    	// Prepare build + run + print actions for all packages being tested.
    	for _, p := range pkgs {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  2. src/testing/testing.go

    // statistically robust A/B comparisons.
    //
    // # Examples
    //
    // The package also runs and verifies example code. Example functions may
    // include a concluding line comment that begins with "Output:" and is compared with
    // the standard output of the function when the tests are run. (The comparison
    // ignores leading and trailing space.) These are examples of an example:
    //
    //	func ExampleHello() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

            if begin is None:
              begin = self._ssa_name('begin')
              self._emit_with_loc('\n{} = arith.constant 0 : index'.format(begin),
                                  node)
            elif begin_ty != TFRTypes.INDEX:
              begin_ = self._ssa_name('begin')
              self._emit_with_loc(
                  '\n{} = arith.index_cast {} : {} to index'.format(
                      begin_, begin, begin_ty), node)
              begin = begin_
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

        new_axis_mask &= ~ellipsis_mask;
    
        DenseIntElementsAttr begin_dense_elem_attr;
        Value begin = strided_slice_op.getBegin();
        auto begin_ranked_attr_type =
            mlir::dyn_cast<RankedTensorType>(begin.getType());
        if (!begin_ranked_attr_type ||
            !matchPattern(begin, m_Constant(&begin_dense_elem_attr))) {
          return failure();
        }
    
        DenseIntElementsAttr end_dense_elem_attr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

      op->setAttr(kDevice, builder.getStringAttr(""));
      op->setAttr(kLower, builder.getBoolAttr(true));
    }
    
    std::vector<Value> ResultsAsVector(Operation* op, int begin, int num) {
      int end = begin + num;
      std::vector<Value> vec;
      vec.reserve(end - begin);
      for (int i = begin; i < end; ++i) vec.push_back(op->getResult(i));
      return vec;
    }
    
    void GatherOpsForExtraction(mlir::SetVector<Operation*>* operations,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/deadness_analysis.cc

            }
          }
        }
        auto it = simplified_ops.begin();
        while (it != simplified_ops.end()) {
          if (to_remove.contains(*it)) {
            it = simplified_ops.erase(it);
          } else {
            ++it;
          }
        }
        simplified_ops.insert(simplified_ops.end(), to_add.begin(), to_add.end());
      }
    
      // If all ops contain the same subop, then factor it out thanks to the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

      int64_t feature_dim = GetTensorFeatureDimIndex(rank, format);
      llvm::SmallVector<int64_t, 4> dims_to_reduce(rank - 1);
      std::iota(dims_to_reduce.begin(), dims_to_reduce.begin() + feature_dim, 0);
      std::iota(dims_to_reduce.begin() + feature_dim, dims_to_reduce.end(),
                feature_dim + 1);
      return GetI64ElementsAttr(dims_to_reduce, builder);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  8. tensorflow/c/kernels_test.cc

                                                 status);
        EXPECT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
        EXPECT_TRUE(
            std::equal(std::begin(list), std::end(list), std::begin(values)));
        TF_DeleteStatus(status);
        return static_cast<void*>(s);
      };
    
      AttrValue v;
      int64_t attr_in[] = {1, 2, 3, 4};
      SetAttrValue(gtl::ArraySlice<int64_t>(attr_in, 4), &v);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
  9. platforms/software/security/src/test/resources/keyrings/valid-with-extra-metadata.keys

    pub    5208812E1E4A6DB0
    uid    Gradle Inc. <******@****.***>
    
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQENBFxaxWYBCADI4/gRCJYfXwZYdUoEGlAlCfRgABy90rvebzcs8MKtolAbPVkG
    iqnjftXd28sZhEDx9YJrUfmzspdrYmU7hy1kgV1/WGIcWyTExTH3bqlnaIWnnTxA
    HD0x4NJ2AzmX5VO8LxhqGID+BErrv7uGZvVmJT6trqUIcKeNEq7mzdDJKqTBY4cw
    q+Dm8P0vs4IFTD8q5f1Vr78FmUth2srIBmsIH1wNV1nAUTmQppNBFlCmcvnWTYI1
    0UMcsFFrJ2pFT1yP2AEGUNl4Lgj4hmVHZwX38/lu9pQ7iWtHSLOwZsfuC34/goS+
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 65.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      // CHECK-LABEL: strided_slice_with_constant_attributes
      // CHECK-DAG: [[BEGIN:%cst.*]] = arith.constant dense<[-1, 0, 0]> : tensor<3xi32>
      // CHECK-DAG: [[END:%cst.*]] = arith.constant dense<[0, 10, 10]> : tensor<3xi32>
      // CHECK-DAG: [[STRIDES:%cst.*]] = arith.constant dense<1> : tensor<3xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
Back to top